forked from Mirrors/freeswitch
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14949 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
b7b5aea03d
commit
e09573c149
|
@ -1,5 +1,13 @@
|
||||||
core=`ls -rt core.*`
|
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
|
if [ -z "$core" ] ; then
|
||||||
echo "You must be in the current directory with a core file from FreeSWITCH!"
|
echo "You must be in the current directory with a core file from FreeSWITCH!"
|
||||||
exit 255
|
exit 255
|
||||||
|
|
Loading…
Reference in New Issue