Blob Blame History Raw
--- ../bash32-035.patchpatch	2008-07-17 13:26:12.000000000 +0200
+++ ../bash32-035	2008-07-17 13:28:18.000000000 +0200
@@ -18,16 +18,15 @@
 *** ../bash-3.2-patched/subst.c	2007-12-13 22:31:21.000000000 -0500
 --- subst.c	2008-01-17 22:48:15.000000000 -0500
 ***************
-*** 4621,4627 ****
-  
+*** 4622,4628 ****
   #if defined (JOB_CONTROL)
     set_sigchld_handler ();
     stop_making_children ();
 !   pipeline_pgrp = old_pipeline_pgrp;
   #else
     stop_making_children ();
---- 4721,4728 ----
-  
+  #endif /* JOB_CONTROL */
+--- 4622,4629 ----
   #if defined (JOB_CONTROL)
     set_sigchld_handler ();
     stop_making_children ();
@@ -35,6 +34,7 @@
 !     pipeline_pgrp = old_pipeline_pgrp;
   #else
     stop_making_children ();
+  #endif /* JOB_CONTROL */
 *** ../bash-3.2-patched/jobs.c	2007-08-25 13:46:59.000000000 -0400
 --- jobs.c	2007-12-08 16:47:43.000000000 -0500
 ***************