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
commit6a04ee5a3d2a881f0fba0f0a2cc14a7c43cfbf72 (patch)
tree2a4c3270160f9b441b537a32222a0e5884446a1e /app-shells
parentremove preexec from SRC_URI (diff)
downloadgentoo-2-6a04ee5a3d2a881f0fba0f0a2cc14a7c43cfbf72.tar.gz
gentoo-2-6a04ee5a3d2a881f0fba0f0a2cc14a7c43cfbf72.tar.bz2
gentoo-2-6a04ee5a3d2a881f0fba0f0a2cc14a7c43cfbf72.zip
Fixup think-o.
Diffstat (limited to 'app-shells')
-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)