Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Job control commands accepting PID (oops)
- X-seq: zsh-workers 606
- From: chuckb@xxxxxxxxxxxxxxxxxxxxxxxxxxxx (Chuck L. Blake)
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Job control commands accepting PID (oops)
- Date: Mon, 13 Nov 1995 12:52:20 -0800 (PST)
Sorry, diff isn't a context diff. The patch is right at the top of
"findjobnam" and just looks for the PID if the name is a pure number. That is
123abc skips right to the command but 456 doesn't. That's what the strtol
check does.
cb
Messages sorted by:
Reverse Date,
Date,
Thread,
Author