From 9e25cc2c0ff337a68f8ca24e6b44943c3ac809d2 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Thu, 5 Apr 2012 00:23:23 +0000 Subject: [PATCH] bootstrap.sh: ensure bootstrap script returns 0 on success --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) 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