Blame SOURCES/bash-4.1-broken_pipe.patch

e6eb8e
diff -up bash-4.1/config-top.h.broken_pipe bash-4.1/config-top.h
e6eb8e
--- bash-4.1/config-top.h.broken_pipe	2011-01-06 18:01:30.000000000 +0100
e6eb8e
+++ bash-4.1/config-top.h	2011-01-06 18:02:14.000000000 +0100
e6eb8e
@@ -51,7 +51,7 @@
e6eb8e
 /* Define DONT_REPORT_BROKEN_PIPE_WRITE_ERRORS if you don't want builtins
e6eb8e
    like `echo' and `printf' to report errors when output does not succeed
e6eb8e
    due to EPIPE. */
e6eb8e
-/* #define DONT_REPORT_BROKEN_PIPE_WRITE_ERRORS */
e6eb8e
+#define DONT_REPORT_BROKEN_PIPE_WRITE_ERRORS
e6eb8e
 
e6eb8e
 /* The default value of the PATH variable. */
e6eb8e
 #ifndef DEFAULT_PATH_VALUE