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