]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
sh: Recognize "--" and explicitly reject options in wait builtin.
authorjilles <jilles@FreeBSD.org>
Fri, 15 Mar 2013 20:29:31 +0000 (20:29 +0000)
committerjilles <jilles@FreeBSD.org>
Fri, 15 Mar 2013 20:29:31 +0000 (20:29 +0000)
commitd967c25f5c41bb5547a03c9b1ce042cb778c54cc
tree84d8e3b2a4fff8196acae606e87e71bcee71109c
parente3bfa0687cf43740ac4bf886a8089374386b1d0d
sh: Recognize "--" and explicitly reject options in wait builtin.

If syntactically invalid job identifiers are to be taken as jobs that exited
with status 127, this should not apply to options, so that we can add
options later if need be.
bin/sh/jobs.c
tools/regression/bin/sh/builtins/wait6.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/wait7.0 [new file with mode: 0644]