$ help wait
doesn't mention that PID must be a child of this shell.
Nor does it advise how to wait if PID is not a child of this shell.

User wanted to do
   noffle --f &
   (wait $!; noffle -f) &
for better or worse.

User forced to use
   (noffle -f; noffle -f)&



_______________________________________________
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash

Reply via email to