From f8483f095210162f5f31a9e0d4f059ab965d3bf9 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Wed, 4 Oct 2006 15:45:50 +0000 Subject: [PATCH] patch build.sh to exit with an error code if bootstrapping fails, for the Gentoo team. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@452917 13f79535-47bb-0310-9956-ffa450edef68 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e039eb6ec..080562d84 100755 --- a/build.sh +++ b/build.sh @@ -41,7 +41,7 @@ fi if test ! -f bootstrap/lib/ant.jar -o ! -x bootstrap/bin/ant -o ! -x bootstrap/bin/antRun ; then echo Bootstrap FAILED - exit + exit 1 fi if [ "$REALANTHOME" != "" ] ; then