]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
sigh
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 19 Dec 2006 00:43:27 +0000 (00:43 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 19 Dec 2006 00:43:27 +0000 (00:43 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3708 d0543943-73ff-0310-b7d9-9358b9ac24b2

build/buildlib.sh

index 2140c0b1319d2c4fbe75f9ce589b8e300bb1fbd2..9e1f8974a35912383001ae87329084b431d79a42 100755 (executable)
@@ -61,7 +61,7 @@ else
     fi
 fi
 if [ -f $uncompressed/.complete ] ; then 
-if [ ! -n "$(find $uncompressed/.complete -prune -newer $uncompressed)" ]; then
+if [ $uncompressed/.complete -ot $uncompressed ]; then
 if [ ! -f $root/.nothanks ] ; then 
     echo remove stale .complete
     rm $uncompressed/.complete
@@ -105,3 +105,4 @@ else
 fi
 
 exit 0
+