]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - bash/patches/bash-2.05b-pgrp_sync.patch
bash: Update to 4.3
[people/ms/ipfire-3.x.git] / bash / patches / bash-2.05b-pgrp_sync.patch
1 --- bash-2.05b/aclocal.m4.pgrp_sync 2002-06-25 14:45:43.000000000 +0100
2 +++ bash-2.05b/aclocal.m4 2003-01-15 18:17:35.000000000 +0000
3 @@ -1255,7 +1255,7 @@
4 wait(&status);
5 exit(ok ? 0 : 5);
6 }
7 -], bash_cv_pgrp_pipe=no,bash_cv_pgrp_pipe=yes,
8 +], bash_cv_pgrp_pipe=yes,bash_cv_pgrp_pipe=yes,
9 [AC_MSG_WARN(cannot check pgrp synchronization if cross compiling -- defaulting to no)
10 bash_cv_pgrp_pipe=no])
11 ])