From: Michael Jerris Date: Tue, 8 May 2012 19:28:48 +0000 (-0400) Subject: wait better, you need to wait in the same function, so bging this one doesn't help X-Git-Tag: v1.2.0~490 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f8a9a8075b3f80e687c047b70b8edeab7c6e793;p=thirdparty%2Ffreeswitch.git wait better, you need to wait in the same function, so bging this one doesn't help --- diff --git a/bootstrap.sh b/bootstrap.sh index d199a73226..b8f1dcd843 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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() {