From d93c10e189728d24602c0be1e29554c24e3dc8b4 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Wed, 4 Apr 2012 23:39:55 +0000 Subject: [PATCH] bootstrap.sh: refactor --- bootstrap.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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