Do not early terminate if ^C is hit just as a valid job is returned by
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 13 Jan 2005 23:17:17 +0000 (23:17 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 13 Jan 2005 23:17:17 +0000 (23:17 +0000)
commit7c9c5302fbd170b2f1cf9fa31f49f246ff4bd049
treeee7e5242b0976ca7e2c450f3a283e6214962d296
parentbccde7a3d546e4dc5640611b9709ff9ac2be34c8
Do not early terminate if ^C is hit just as a valid job is returned by
wait*(), otherwise the job termination will not be properly recorded.
bin/sh/jobs.c