From: Tilghman Lesher Date: Mon, 18 Jun 2007 17:45:15 +0000 (+0000) Subject: Issue 9998 - Remove SIG prefix, since it's not supported by ksh X-Git-Tag: 1.2.20~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff8bb42cbcd053428b4edbba1eb8e6dd4260c566;p=thirdparty%2Fasterisk.git Issue 9998 - Remove SIG prefix, since it's not supported by ksh git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@69743 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/contrib/scripts/safe_asterisk b/contrib/scripts/safe_asterisk index 7ea4a998ed..51379e6143 100644 --- a/contrib/scripts/safe_asterisk +++ b/contrib/scripts/safe_asterisk @@ -39,7 +39,7 @@ ulimit -c unlimited # # Don't die if stdout/stderr can't be written to # -trap '' SIGPIPE +trap '' PIPE # # Run scripts to set any environment variables or do any other system-specific setup needed