rcolebaugh / rpms / bash

Forked from rpms/bash a year ago
Clone

Blame SOURCES/bash-4.1-broken_pipe.patch

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