s/bash/sh/

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16024 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2009-12-22 20:06:10 +00:00
parent 2cdca228c6
commit 4e32aaee27
11 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
export SOFIA_DEBUG=9
export NUA_DEBUG=9

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
fspid=$(cat /usr/local/freeswitch/log/freeswitch.pid)
gcore -o /usr/local/freeswitch/log/freeswitch.gcore $fspid && \
gdb /usr/local/freeswitch/bin/freeswitch \

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
email=traces@freeswitch.org
errorlvl=1
while [ $errorlvl -gt 0 ]