提交 e09573c1 authored 作者: Anthony Minessale's avatar Anthony Minessale

update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14949 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 b7b5aea0
core=`ls -rt core.*`
if [ -z "$core" ] ; then
core=`ls -rt core`
fi
if [ -z "$core" ] ; then
core=`ls -rt freeswitch.core`
fi
if [ -z "$core" ] ; then
echo "You must be in the current directory with a core file from FreeSWITCH!"
exit 255
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论