From cae8a749d6b62a5313f78a91cb6bd130f99920ef Mon Sep 17 00:00:00 2001 From: Conor MacNeill Date: Tue, 18 Feb 2003 14:13:33 +0000 Subject: [PATCH] Merge git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274123 13f79535-47bb-0310-9956-ffa450edef68 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 1e7c4663e..2b1bc03a5 100755 --- a/build.sh +++ b/build.sh @@ -57,5 +57,5 @@ if [ "$REALANTHOME" != "" ] ; then ANT_INSTALL="-Dant.install=$REALANTHOME" fi -bootstrap/bin/ant -emacs $ANT_INSTALL $* +bootstrap/bin/ant -emacs "$ANT_INSTALL" $*