]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
bootstrap.sh: refactor
authorTravis Cross <tc@traviscross.com>
Wed, 4 Apr 2012 23:39:55 +0000 (23:39 +0000)
committerTravis Cross <tc@traviscross.com>
Wed, 4 Apr 2012 23:39:55 +0000 (23:39 +0000)
bootstrap.sh

index ed72523f317054bc9b9514adc7052b07b6531ec0..102df82eed049d43522f8d05e59cf5a6504a75e5 100755 (executable)
@@ -407,9 +407,7 @@ run() {
   check_libtoolize
   print_autotools_vers
   bootstrap_libs
-  if ${BGJOB}; then
-    wait
-  fi
+  ${BGJOB} && wait
 }
 
 run