*** ../bash-5.0-patched/jobs.c 2018-12-06 11:44:34.000000000 -0500 --- jobs.c 2019-04-12 15:15:10.000000000 -0400 *************** *** 2489,2496 **** wait_procsubs (); reap_procsubs (); ! #if 1 /* We don't want to wait indefinitely if we have stopped children. */ - /* XXX - should add a loop that goes through the list of process - substitutions and waits for each proc in turn before this code. */ if (any_stopped == 0) { --- 2490,2495 ---- wait_procsubs (); reap_procsubs (); ! #if 0 /* We don't want to wait indefinitely if we have stopped children. */ if (any_stopped == 0) {