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
|
print_autotools_vers
|
||||||
bootstrap_libs
|
bootstrap_libs
|
||||||
${BGJOB} && wait
|
${BGJOB} && wait
|
||||||
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
run
|
run
|
||||||
|
|
Loading…
Reference in New Issue