diff options
author | 2005-04-30 07:42:33 +0000 | |
---|---|---|
committer | 2005-04-30 07:42:33 +0000 | |
commit | 7419207183c94ec9a0ad052b34a7bbc9a76b8d99 (patch) | |
tree | 969cc465c6f2d5a88081c76dec0dbdf1baa0e2ab /app-shells | |
parent | remove preexec from SRC_URI (diff) | |
download | historical-7419207183c94ec9a0ad052b34a7bbc9a76b8d99.tar.gz historical-7419207183c94ec9a0ad052b34a7bbc9a76b8d99.tar.bz2 historical-7419207183c94ec9a0ad052b34a7bbc9a76b8d99.zip |
Fixup think-o.
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/files/bash-3.0-trap-fg-signals.patch | 2 |
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) |