summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorConor MacNeill <conor@apache.org>2001-01-31 06:15:03 +0000
committerConor MacNeill <conor@apache.org>2001-01-31 06:15:03 +0000
commit05f470f1d0b372e318fbbd7eccc914776f53068f (patch)
tree490be4994d274acea417ec6334d9686f15d08c44 /build.sh
parentda10e54de9442a412e0bd1ccf9cf235f49e6c2b7 (diff)
downloadant-05f470f1d0b372e318fbbd7eccc914776f53068f.tar.gz
Changes for Unix build process
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268544 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index fc1828b6d..847cbaf2f 100755
--- a/build.sh
+++ b/build.sh
@@ -5,11 +5,11 @@ ANT_HOME=.
export ANT_HOME
if test ! -f lib/ant.jar -o ! -x bin/ant -o ! -x bin/antRun ; then
- ./bootstrap.sh
+ /bin/sh ./bootstrap.sh
fi
if [ "$REALANTHOME" != "" ] ; then
- ANT_INSTALL="-Dant.install $REALANTHOME"
+ ANT_INSTALL="-Dant.install=$REALANTHOME"
fi
bin/ant $ANT_INSTALL $*