]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
sh: Don't consider jobs -s/-p as reporting the status of jobs.
authorjilles <jilles@FreeBSD.org>
Sat, 27 Apr 2013 14:07:25 +0000 (14:07 +0000)
committerjilles <jilles@FreeBSD.org>
Sat, 27 Apr 2013 14:07:25 +0000 (14:07 +0000)
commit9081eaa709fb6d185011cc61abf6b3c40f1cc010
tree1a986e2d10833f66ebe5d62bd89d6e552b4a3f9d
parent72dbb34e66701a0d22f36de94acbb3f84e7fcb79
sh: Don't consider jobs -s/-p as reporting the status of jobs.

This ensures that something like j=$(jobs -p) does not prevent any
status from being written to the terminal.
bin/sh/jobs.c