]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Change safe_asterisk to explicitly ask for /bin/bash, as it uses bashisms.
authorRussell Bryant <russell@russellbryant.com>
Thu, 20 Sep 2007 21:01:20 +0000 (21:01 +0000)
committerRussell Bryant <russell@russellbryant.com>
Thu, 20 Sep 2007 21:01:20 +0000 (21:01 +0000)
(closes issue #10772, reported by culrich)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@83316 65c4cc65-6c06-0410-ace0-fbb531ad65f3

contrib/scripts/safe_asterisk

index ed1bc571119e60fd3450f1b121b3ec7dc548797b..54d36df60d8a04b1375da793f8067df419931baf 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # vim:textwidth=80:tabstop=4:shiftwidth=4:smartindent:autoindent
 
 CLIARGS="$*"                           # Grab any args passed to safe_asterisk