From 34be89ec1307783e1790fd8997af71b39cc7e043 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 12 Dec 2006 17:38:03 +0000 Subject: [PATCH] fix qwirk in script not newer fails if it's exactly the same time.. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3621 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- build/buildlib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/buildlib.sh b/build/buildlib.sh index b81155c313..2140c0b131 100755 --- a/build/buildlib.sh +++ b/build/buildlib.sh @@ -97,6 +97,7 @@ fi if [ $? = 0 ] ; then touch .complete + sleep 1 touch .complete else echo ERROR