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
1.2
Tilghman Lesher 19 years ago
parent 9aa74f204a
commit ff8bb42cbc

@ -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

Loading…
Cancel
Save