]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Issue 9998 - Remove SIG prefix, since it's not supported by ksh
authorTilghman Lesher <tilghman@meg.abyt.es>
Mon, 18 Jun 2007 17:45:15 +0000 (17:45 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Mon, 18 Jun 2007 17:45:15 +0000 (17:45 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@69743 65c4cc65-6c06-0410-ace0-fbb531ad65f3

contrib/scripts/safe_asterisk

index 7ea4a998edd311cdb2181de39e1a427e6d802e20..51379e6143552aa9105b8ea0f78bc6d3d3664085 100644 (file)
@@ -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