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