Browse Source

Merge

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274127 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 22 years ago
parent
commit
9c0e03ed32
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      build.sh

+ 2
- 0
build.sh View File

@@ -55,6 +55,8 @@ export CLASSPATH


if [ "$REALANTHOME" != "" ] ; then if [ "$REALANTHOME" != "" ] ; then
ANT_INSTALL="-Dant.install=$REALANTHOME" ANT_INSTALL="-Dant.install=$REALANTHOME"
else
ANT_INSTALL="-emacs"
fi fi


bootstrap/bin/ant -emacs "$ANT_INSTALL" $* bootstrap/bin/ant -emacs "$ANT_INSTALL" $*


Loading…
Cancel
Save