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