]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - bash/patches/bash-4.1-broken_pipe.patch
bash: Update to 4.3
[people/ms/ipfire-3.x.git] / bash / patches / bash-4.1-broken_pipe.patch
1 diff -up bash-4.1/config-top.h.broken_pipe bash-4.1/config-top.h
2 --- bash-4.1/config-top.h.broken_pipe 2011-01-06 18:01:30.000000000 +0100
3 +++ bash-4.1/config-top.h 2011-01-06 18:02:14.000000000 +0100
4 @@ -51,7 +51,7 @@
5 /* Define DONT_REPORT_BROKEN_PIPE_WRITE_ERRORS if you don't want builtins
6 like `echo' and `printf' to report errors when output does not succeed
7 due to EPIPE. */
8 -/* #define DONT_REPORT_BROKEN_PIPE_WRITE_ERRORS */
9 +#define DONT_REPORT_BROKEN_PIPE_WRITE_ERRORS
10
11 /* The default value of the PATH variable. */
12 #ifndef DEFAULT_PATH_VALUE