1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-04 17:51:03 +00:00

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

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