bootstrap.sh: ensure bootstrap script returns 0 on success

This commit is contained in:
Travis Cross 2012-04-05 00:23:23 +00:00
parent d93c10e189
commit 9e25cc2c0f
1 changed files with 1 additions and 0 deletions

View File

@ -408,6 +408,7 @@ run() {
print_autotools_vers
bootstrap_libs
${BGJOB} && wait
return 0
}
run