From 95e811f87a1c4ff89ab9cac31f48a7bb37580da9 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 19 Dec 2006 00:43:27 +0000 Subject: [PATCH] sigh git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3708 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- build/buildlib.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/buildlib.sh b/build/buildlib.sh index 2140c0b131..9e1f8974a3 100755 --- a/build/buildlib.sh +++ b/build/buildlib.sh @@ -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 +