26 lines
663 B
Diff
26 lines
663 B
Diff
From 75bc5402fa5953987bdbc0443993cbcab757db94 Mon Sep 17 00:00:00 2001
|
|
From: liujian <liujianliu.liu@huawei.com>
|
|
Date: Mon, 31 May 2021 21:48:33 +0800
|
|
Subject: [PATCH] bash-2.05b-pgrp_sync
|
|
|
|
---
|
|
aclocal.m4 | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/aclocal.m4 b/aclocal.m4
|
|
index 6899e82..d131798 100644
|
|
--- a/aclocal.m4
|
|
+++ b/aclocal.m4
|
|
@@ -1332,7 +1332,7 @@ main()
|
|
wait(&status);
|
|
exit(ok ? 0 : 5);
|
|
}
|
|
-], bash_cv_pgrp_pipe=no,bash_cv_pgrp_pipe=yes,
|
|
+], bash_cv_pgrp_pipe=yes,bash_cv_pgrp_pipe=yes,
|
|
[AC_MSG_WARN(cannot check pgrp synchronization if cross compiling -- defaulting to no)
|
|
bash_cv_pgrp_pipe=no])
|
|
])
|
|
--
|
|
2.23.0
|
|
|