summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorPeter Donald <donaldp@apache.org>2001-01-23 08:44:46 +0000
committerPeter Donald <donaldp@apache.org>2001-01-23 08:44:46 +0000
commitd0117ae16c7e4ef55bc87cb046cd7d3da2e7be5c (patch)
treee752ddb564a5c98db8957de150c23be96ee2b4d9 /build.sh
parent14af9cb0495c305559257a483f73c0ad9bf16372 (diff)
downloadant-d0117ae16c7e4ef55bc87cb046cd7d3da2e7be5c.tar.gz
Work in almost all of Conors suggestions
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268507 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index d151c1686..8a2c7b52d 100755
--- a/build.sh
+++ b/build.sh
@@ -1,7 +1,7 @@
#!/bin/sh
if test ! -f build\classes\org\apache\tools\ant\Main.class ; then
- ./bootstrap.sh
+ ./bootstrap.sh $*
fi