From af723467a2793f2ade9d2d7b06322c36ab9f36fe Mon Sep 17 00:00:00 2001
From: Packit <packit>
Date: Sep 17 2020 16:37:14 +0000
Subject: Apply patch bash-4.1-broken_pipe.patch


patch_name: bash-4.1-broken_pipe.patch
present_in_specfile: true
location_in_specfile: 36

---

diff --git a/config-top.h b/config-top.h
index 1bd9312..026d4a4 100644
--- a/config-top.h
+++ b/config-top.h
@@ -60,7 +60,7 @@
 /* Define DONT_REPORT_BROKEN_PIPE_WRITE_ERRORS if you don't want builtins
    like `echo' and `printf' to report errors when output does not succeed
    due to EPIPE. */
-/* #define DONT_REPORT_BROKEN_PIPE_WRITE_ERRORS */
+#define DONT_REPORT_BROKEN_PIPE_WRITE_ERRORS
 
 /* The default value of the PATH variable. */
 #ifndef DEFAULT_PATH_VALUE