git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14949 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-09-22 23:09:14 +00:00
parent b7b5aea03d
commit e09573c149
1 changed files with 8 additions and 0 deletions

View File

@ -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