summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2005-04-30 07:42:33 +0000
committerMartin Schlemmer <azarah@gentoo.org>2005-04-30 07:42:33 +0000
commit7419207183c94ec9a0ad052b34a7bbc9a76b8d99 (patch)
tree969cc465c6f2d5a88081c76dec0dbdf1baa0e2ab /app-shells/bash
parentremove preexec from SRC_URI (diff)
downloadhistorical-7419207183c94ec9a0ad052b34a7bbc9a76b8d99.tar.gz
historical-7419207183c94ec9a0ad052b34a7bbc9a76b8d99.tar.bz2
historical-7419207183c94ec9a0ad052b34a7bbc9a76b8d99.zip
Fixup think-o.
Diffstat (limited to 'app-shells/bash')
-rw-r--r--app-shells/bash/files/bash-3.0-trap-fg-signals.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/bash/files/bash-3.0-trap-fg-signals.patch b/app-shells/bash/files/bash-3.0-trap-fg-signals.patch
index f28c09af5521..cde18326ed2d 100644
--- a/app-shells/bash/files/bash-3.0-trap-fg-signals.patch
+++ b/app-shells/bash/files/bash-3.0-trap-fg-signals.patch
@@ -14,7 +14,7 @@ patch by Martin Schlemmer <azarah@gentoo.org>
- if (termsig && WIFSIGNALED (s) && termsig != SIGINT && termsig != SIGPIPE)
-#endif
+ if (termsig && WIFSIGNALED (s) && termsig != SIGINT &&
-+#if !defined (DONT_REPORT_SIGPIPE)
++#if defined (DONT_REPORT_SIGPIPE)
+ termsig != SIGPIPE &&
+#endif
+ signal_is_trapped (termsig) == 0)