blob: ccc9bb3ff4b8a47e86a4588e374f9e17f7aa0438 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# DP: Define PGRP_PIPE to avoid race condition.
--- a/config-bot.h
+++ b/config-bot.h
@@ -197,3 +197,6 @@
/* If you don't want bash to provide a default mail file to check. */
#undef DEFAULT_MAIL_DIRECTORY
+
+/* Bug #224543 */
+#define PGRP_PIPE 1
|