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