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
This commit is contained in:
Tilghman Lesher
2007-06-18 17:45:15 +00:00
parent 9aa74f204a
commit ff8bb42cbc

View File

@@ -39,7 +39,7 @@ ulimit -c unlimited
# #
# Don't die if stdout/stderr can't be written to # 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 # Run scripts to set any environment variables or do any other system-specific setup needed