From: Travis Cross Date: Thu, 5 Apr 2012 00:23:23 +0000 (+0000) Subject: bootstrap.sh: ensure bootstrap script returns 0 on success X-Git-Tag: v1.2-rc1~17^2~306 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e25cc2c0ff337a68f8ca24e6b44943c3ac809d2;p=thirdparty%2Ffreeswitch.git bootstrap.sh: ensure bootstrap script returns 0 on success --- diff --git a/bootstrap.sh b/bootstrap.sh index 102df82eed..ec13fdd669 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -408,6 +408,7 @@ run() { print_autotools_vers bootstrap_libs ${BGJOB} && wait + return 0 } run