svashisht / rpms / bash

Forked from rpms/bash 4 years ago
Clone

Blame SOURCES/bash-4.1-broken_pipe.patch

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