From: Travis Cross Date: Wed, 4 Apr 2012 23:39:55 +0000 (+0000) Subject: bootstrap.sh: refactor X-Git-Tag: v1.2-rc1~17^2~307 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d93c10e189728d24602c0be1e29554c24e3dc8b4;p=thirdparty%2Ffreeswitch.git bootstrap.sh: refactor --- diff --git a/bootstrap.sh b/bootstrap.sh index ed72523f31..102df82eed 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -407,9 +407,7 @@ run() { check_libtoolize print_autotools_vers bootstrap_libs - if ${BGJOB}; then - wait - fi + ${BGJOB} && wait } run