]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 22 Sep 2009 23:09:14 +0000 (23:09 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 22 Sep 2009 23:09:14 +0000 (23:09 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14949 d0543943-73ff-0310-b7d9-9358b9ac24b2

support-d/fscore_pb

index 29ed136c6dcdc6ee98d56c9132ba83c0973350fb..1fe6444136e52840ce04fcebde7a7ed61daeace0 100755 (executable)
@@ -1,5 +1,13 @@
 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