mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-22 03:51:48 +00:00
s/bash/sh/
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16024 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
2cdca228c6
commit
4e32aaee27
@ -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
|
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 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
|
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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
TESTDATADIR=../test-data/broadcom/fixed/bv16
|
TESTDATADIR=../test-data/broadcom/fixed/bv16
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
TESTDATADIR=../test-data/broadcom/floating/bv16
|
TESTDATADIR=../test-data/broadcom/floating/bv16
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
TESTDATADIR=../test-data/broadcom/fixed/bv32
|
TESTDATADIR=../test-data/broadcom/fixed/bv32
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
TESTDATADIR=../test-data/broadcom/floating/bv32
|
TESTDATADIR=../test-data/broadcom/floating/bv32
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# spandsp fax tests
|
# spandsp fax tests
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# spandsp fax tests
|
# spandsp fax tests
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
export SOFIA_DEBUG=9
|
export SOFIA_DEBUG=9
|
||||||
export NUA_DEBUG=9
|
export NUA_DEBUG=9
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
fspid=$(cat /usr/local/freeswitch/log/freeswitch.pid)
|
fspid=$(cat /usr/local/freeswitch/log/freeswitch.pid)
|
||||||
gcore -o /usr/local/freeswitch/log/freeswitch.gcore $fspid && \
|
gcore -o /usr/local/freeswitch/log/freeswitch.gcore $fspid && \
|
||||||
gdb /usr/local/freeswitch/bin/freeswitch \
|
gdb /usr/local/freeswitch/bin/freeswitch \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
email=traces@freeswitch.org
|
email=traces@freeswitch.org
|
||||||
errorlvl=1
|
errorlvl=1
|
||||||
while [ $errorlvl -gt 0 ]
|
while [ $errorlvl -gt 0 ]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
arg=$1
|
arg=$1
|
||||||
shift
|
shift
|
||||||
|
Loading…
x
Reference in New Issue
Block a user