Blame SOURCES/bash-2.05b-pgrp_sync.patch

bb9a7e
--- bash-2.05b/aclocal.m4.pgrp_sync	2002-06-25 14:45:43.000000000 +0100
bb9a7e
+++ bash-2.05b/aclocal.m4	2003-01-15 18:17:35.000000000 +0000
bb9a7e
@@ -1255,7 +1255,7 @@
bb9a7e
 	wait(&status);
bb9a7e
 	exit(ok ? 0 : 5);
bb9a7e
 }
bb9a7e
-], bash_cv_pgrp_pipe=no,bash_cv_pgrp_pipe=yes,
bb9a7e
+], bash_cv_pgrp_pipe=yes,bash_cv_pgrp_pipe=yes,
bb9a7e
    [AC_MSG_WARN(cannot check pgrp synchronization if cross compiling -- defaulting to no)
bb9a7e
     bash_cv_pgrp_pipe=no])
bb9a7e
 ])