]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
wait better, you need to wait in the same function, so bging this one doesn't help
authorMichael Jerris <mike@jerris.com>
Tue, 8 May 2012 19:28:48 +0000 (15:28 -0400)
committerMichael Jerris <mike@jerris.com>
Tue, 8 May 2012 19:28:48 +0000 (15:28 -0400)
bootstrap.sh

index d199a73226a691c126a5bf5fde2a526c44003725..b8f1dcd843a8ed9078fa035008b2d833675bcb13 100755 (executable)
@@ -343,11 +343,7 @@ bootstrap_apr() {
 
   echo "Entering directory ${LIBDIR}/apr-util"
   cd ${LIBDIR}/apr-util
-  if ! ${BGJOB}; then
-    ./buildconf
-  else
-    ./buildconf &
-  fi
+  ./buildconf
 }
 
 bootstrap_libzrtp() {