]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
use difft glob for cores
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 10 Oct 2012 15:19:40 +0000 (10:19 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 10 Oct 2012 15:19:40 +0000 (10:19 -0500)
support-d/fscore_pb

index 71ea1404bc321c665eb606cdaf13f77204139f0f..26b2e244fab8eebdb566b4a576edad9d89bdce9a 100755 (executable)
@@ -41,7 +41,7 @@ else
 fi
 
 
-core=`ls -1t core.* | head -1 2> /dev/null`
+core=`ls -1t core* | head -1 2> /dev/null`
 
 if [ -z "$core" ] ; then
        core=`ls -1 core 2> /dev/null`