Merged revisions 69743 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r69743 | tilghman | 2007-06-18 12:45:15 -0500 (Mon, 18 Jun 2007) | 2 lines

Issue 9998 - Remove SIG prefix, since it's not supported by ksh

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@69744 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2007-06-18 17:46:40 +00:00
parent 2cce26c0ce
commit a9be8eb896

View File

@@ -99,7 +99,7 @@ fi
#
# 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