Module Name:    src
Committed By:   kre
Date:           Tue Jun 18 07:21:31 UTC 2024

Modified Files:
        src/bin/sh: jobs.c

Log Message:
Remove the possibility that all jobs won't be cleaned up by "wait"

There was a possibility that in a wait (no options or args) not
all jobs would be cleaned up, which that should be, as such a wait
should not finish (uninterrupted) until everything else is done.

This was unlikely to happen - but it's easy to make sure it doesn't.


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 src/bin/sh/jobs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to