summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorConor MacNeill <conor@apache.org>2003-02-18 14:34:36 +0000
committerConor MacNeill <conor@apache.org>2003-02-18 14:34:36 +0000
commit9c0e03ed32cc28cc759c1bac81849b7106d30e94 (patch)
tree6758778ee550880b893c174a8cde59f846267ace /build.sh
parentc17483a6ebcfd5a32bdb5b53739d6b74edc02d85 (diff)
downloadant-9c0e03ed32cc28cc759c1bac81849b7106d30e94.tar.gz
Merge
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274127 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 2b1bc03a5..63e2ea859 100755
--- a/build.sh
+++ b/build.sh
@@ -55,6 +55,8 @@ export CLASSPATH
if [ "$REALANTHOME" != "" ] ; then
ANT_INSTALL="-Dant.install=$REALANTHOME"
+else
+ ANT_INSTALL="-emacs"
fi
bootstrap/bin/ant -emacs "$ANT_INSTALL" $*