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
echo -n "-brs -npsl -di0 -br -ce -d0 -cli0 -npcs -nfc1 -ut -i4 -ts4 -l155 -cs -T size_t " > ./.indent.pro
grep typedef `find ./src/include/ -name \*.h` | grep apr_ | grep -v "\*\|{" | sed -e s/struct// | perl -ne '@l = split; $l[2] =~ s/;//g ; print "-T $l[2] "' >> ./.indent.pro
grep typedef `find ./src/include/ -name \*.h` | grep switch_ | grep -v "\*\|{" | sed -e s/struct// | perl -ne '@l = split; $l[2] =~ s/;//g ; print "-T $l[2] "' >> ./.indent.pro

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
TESTDATADIR=../test-data/broadcom/fixed/bv16

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
TESTDATADIR=../test-data/broadcom/floating/bv16

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
TESTDATADIR=../test-data/broadcom/fixed/bv32

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
TESTDATADIR=../test-data/broadcom/floating/bv32

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# spandsp fax tests
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# spandsp fax tests
#

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 ]

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
arg=$1
shift