26 lines
679 B
Diff
26 lines
679 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 cc97bd4..6162f6e 100644
|
|
--- a/aclocal.m4
|
|
+++ b/aclocal.m4
|
|
@@ -1324,7 +1324,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.33.0
|
|
|