chiark / gitweb /
Disable all exported shell functions
[bash.git] / debian / patches / pgrp-pipe.diff
1 # DP: Define PGRP_PIPE to avoid race condition.
2
3 --- a/bash/config-bot.h
4 +++ b/bash/config-bot.h
5 @@ -197,3 +197,6 @@
6  
7  /* If you don't want bash to provide a default mail file to check. */
8  #undef DEFAULT_MAIL_DIRECTORY
9 +
10 +/* Bug #224543 */
11 +#define PGRP_PIPE 1