[Freeswitch-trunk] [commit] r3708 - freeswitch/trunk/build
Freeswitch SVN
anthm at freeswitch.org
Mon Dec 18 19:43:28 EST 2006
Author: anthm
Date: Mon Dec 18 19:43:27 2006
New Revision: 3708
Modified:
freeswitch/trunk/build/buildlib.sh
Log:
sigh
Modified: freeswitch/trunk/build/buildlib.sh
==============================================================================
--- freeswitch/trunk/build/buildlib.sh (original)
+++ freeswitch/trunk/build/buildlib.sh Mon Dec 18 19:43:27 2006
@@ -61,7 +61,7 @@
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 @@
fi
exit 0
+
More information about the Freeswitch-trunk
mailing list