forked from Mirrors/freeswitch
bootstrap.sh: ensure bootstrap script returns 0 on success
This commit is contained in:
parent
d93c10e189
commit
9e25cc2c0f
|
@ -408,6 +408,7 @@ run() {
|
|||
print_autotools_vers
|
||||
bootstrap_libs
|
||||
${BGJOB} && wait
|
||||
return 0
|
||||
}
|
||||
|
||||
run
|
||||
|
|
Loading…
Reference in New Issue