提交 4e32aaee authored 作者: Michael Jerris's avatar Michael Jerris

s/bash/sh/

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16024 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 2cdca228
#!/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
......
#!/bin/bash #!/bin/sh
TESTDATADIR=../test-data/broadcom/fixed/bv16 TESTDATADIR=../test-data/broadcom/fixed/bv16
......
#!/bin/bash #!/bin/sh
TESTDATADIR=../test-data/broadcom/floating/bv16 TESTDATADIR=../test-data/broadcom/floating/bv16
......
#!/bin/bash #!/bin/sh
TESTDATADIR=../test-data/broadcom/fixed/bv32 TESTDATADIR=../test-data/broadcom/fixed/bv32
......
#!/bin/bash #!/bin/sh
TESTDATADIR=../test-data/broadcom/floating/bv32 TESTDATADIR=../test-data/broadcom/floating/bv32
......
#!/bin/bash #!/bin/sh
# #
# spandsp fax tests # spandsp fax tests
# #
......
#!/bin/bash #!/bin/sh
# #
# spandsp fax tests # spandsp fax tests
# #
......
#!/bin/bash #!/bin/sh
export SOFIA_DEBUG=9 export SOFIA_DEBUG=9
export NUA_DEBUG=9 export NUA_DEBUG=9
......
#!/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 \
......
#!/bin/bash #!/bin/sh
email=traces@freeswitch.org email=traces@freeswitch.org
errorlvl=1 errorlvl=1
while [ $errorlvl -gt 0 ] while [ $errorlvl -gt 0 ]
......
#!/bin/bash #!/bin/sh
arg=$1 arg=$1
shift shift
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论