bash/bash-2.05b-pgrp_sync.patch

26 lines
679 B
Diff
Raw Normal View History

2021-05-31 20:38:12 +08:00
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
2023-07-17 17:08:56 +08:00
index cc97bd4..6162f6e 100644
2021-05-31 20:38:12 +08:00
--- a/aclocal.m4
+++ b/aclocal.m4
2023-07-17 17:08:56 +08:00
@@ -1324,7 +1324,7 @@ main()
2019-09-30 10:32:12 -04:00
wait(&status);
exit(ok ? 0 : 5);
}
2023-07-17 17:08:56 +08:00
-]])], [bash_cv_pgrp_pipe=no], [bash_cv_pgrp_pipe=yes],
+]])], [bash_cv_pgrp_pipe=yes], [bash_cv_pgrp_pipe=yes],
2019-09-30 10:32:12 -04:00
[AC_MSG_WARN(cannot check pgrp synchronization if cross compiling -- defaulting to no)
2023-07-17 17:08:56 +08:00
bash_cv_pgrp_pipe=no]
)])
2021-05-31 20:38:12 +08:00
--
2023-07-17 17:08:56 +08:00
2.33.0
2021-05-31 20:38:12 +08:00