From a9be8eb896226fa335581156d551358f1c08b1ba Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Mon, 18 Jun 2007 17:46:40 +0000 Subject: [PATCH] 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 --- contrib/scripts/safe_asterisk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/scripts/safe_asterisk b/contrib/scripts/safe_asterisk index 0464373a71..ed1bc57111 100644 --- a/contrib/scripts/safe_asterisk +++ b/contrib/scripts/safe_asterisk @@ -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