]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
bootstrap.sh: ensure bootstrap script returns 0 on success
authorTravis Cross <tc@traviscross.com>
Thu, 5 Apr 2012 00:23:23 +0000 (00:23 +0000)
committerTravis Cross <tc@traviscross.com>
Thu, 5 Apr 2012 00:23:23 +0000 (00:23 +0000)
bootstrap.sh

index 102df82eed049d43522f8d05e59cf5a6504a75e5..ec13fdd669b3a57434d3593d767f014014e00113 100755 (executable)
@@ -408,6 +408,7 @@ run() {
   print_autotools_vers
   bootstrap_libs
   ${BGJOB} && wait
+  return 0
 }
 
 run