29 lines
901 B
Diff
29 lines
901 B
Diff
diff --git a/jobs.c b/jobs.c
|
|
index ce2bdf2..ae3c54c 100644
|
|
--- a/jobs.c
|
|
+++ b/jobs.c
|
|
@@ -2488,10 +2488,8 @@ wait_for_background_pids ()
|
|
r = wait_for (last_procsub_child->pid);
|
|
wait_procsubs ();
|
|
reap_procsubs ();
|
|
-#if 1
|
|
+#if 0
|
|
/* 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)
|
|
{
|
|
/* Check whether or not we have any unreaped children. */
|
|
diff --git a/patchlevel.h b/patchlevel.h
|
|
index e7e960c..c059f0b 100644
|
|
--- a/patchlevel.h
|
|
+++ b/patchlevel.h
|
|
@@ -25,6 +25,6 @@
|
|
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
|
|
looks for to find the patch level (for the sccs version string). */
|
|
|
|
-#define PATCHLEVEL 3
|
|
+#define PATCHLEVEL 4
|
|
|
|
#endif /* _PATCHLEVEL_H_ */
|