bootstrap.sh: refactor

This commit is contained in:
Travis Cross 2012-04-04 23:39:55 +00:00
parent 3282a35d99
commit d93c10e189

View File

@ -407,9 +407,7 @@ run() {
check_libtoolize
print_autotools_vers
bootstrap_libs
if ${BGJOB}; then
wait
fi
${BGJOB} && wait
}
run