Browse Source

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
master
Steve Loughran 18 years ago
parent
commit
f8483f0952
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.sh

+ 1
- 1
build.sh View File

@@ -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


Loading…
Cancel
Save