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