[Freeswitch-svn] [commit] r3621 - freeswitch/trunk/build

Freeswitch SVN mikej at freeswitch.org
Tue Dec 12 12:38:03 EST 2006


Author: mikej
Date: Tue Dec 12 12:38:03 2006
New Revision: 3621

Modified:
   freeswitch/trunk/build/buildlib.sh

Log:
fix qwirk in script not newer fails if it's exactly the same time.. 

Modified: freeswitch/trunk/build/buildlib.sh
==============================================================================
--- freeswitch/trunk/build/buildlib.sh	(original)
+++ freeswitch/trunk/build/buildlib.sh	Tue Dec 12 12:38:03 2006
@@ -97,6 +97,7 @@
 
 if [ $? = 0 ] ; then
     touch .complete
+    sleep 1
     touch .complete
 else 
     echo ERROR



More information about the Freeswitch-svn mailing list