]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
s/bash/sh/
authorMichael Jerris <mike@jerris.com>
Tue, 22 Dec 2009 20:06:10 +0000 (20:06 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 22 Dec 2009 20:06:10 +0000 (20:06 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16024 d0543943-73ff-0310-b7d9-9358b9ac24b2

build/indent_options.sh
libs/broadvoice/tests/bv16_fixed_tests.sh
libs/broadvoice/tests/bv16_floating_tests.sh
libs/broadvoice/tests/bv32_fixed_tests.sh
libs/broadvoice/tests/bv32_floating_tests.sh
libs/spandsp/tests/fax_tests.sh
libs/spandsp/tests/tsb85_tests.sh
scripts/debug_sofia.sh
scripts/freeswitch-gcore
scripts/freeswitch-reporter
support-d/fscore_pb

index a546d7198ad3dc304e76964b17382fecebc8030b..521377d3a4fcf31c11dca7a9eb4d89a902a5623c 100755 (executable)
@@ -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
index 94b48f90d530c5cfeecb8564ec6122f80a95a174..0d30cd96620aa7b829a06395007444279d9f1d4b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 TESTDATADIR=../test-data/broadcom/fixed/bv16
 
index 1b902bc218efcfbb9b2ecfacc13afd0443583164..a327b801a93f7ef6a5581f7099939c14ca3d8b4f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 TESTDATADIR=../test-data/broadcom/floating/bv16
 
index 297662e88073dc615c043726086f300168b1f536..16b07a0afdb42cd8f949aca80c82ba3ac2101234 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 TESTDATADIR=../test-data/broadcom/fixed/bv32
 
index 985b6dbcd4d13ee714e2f35b54123f4528a604a0..0b50a10af01750bc8f85e2d240036a7cf385843c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 TESTDATADIR=../test-data/broadcom/floating/bv32
 
index 02fb8c7e44b4d065afff5859d8409a9631c66629..f95e41c28cd98cd9fd2407520524c6ab86b960dd 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # spandsp fax tests
 #
index 31cf6aedaecc686f88ee9e8a04ec00b41aa7d32b..a9f6c9ff21a0b9342ebd0ea647745caa65ffc7ea 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # spandsp fax tests
 #
index d75c1612bd46430cb3c7cd4ecd122aed1cc11403..c7082d3dd1f505ed03bc8c7030c8310216d2f5c1 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 export SOFIA_DEBUG=9
 export NUA_DEBUG=9
index d1ca0feaca560e7b206b309b1bc410406b54a34b..fe28b8685a5840555140072ce180413a191c5ab3 100644 (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 \
index 6dee034bf18ca0617f6d0ad5d520dc1bed5a83af..94b5f5f6b0eff0679bbaea3b678b3bac505e43ae 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 email=traces@freeswitch.org
 errorlvl=1
 while [ $errorlvl -gt 0 ]
index 71900d1d37161f51f9d380ae09ab4e34b07c743a..5887e84ecfe5aa53338956caedbf9060b5fa7de5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 arg=$1
 shift