summaryrefslogtreecommitdiff
path: root/bootstrap.bat
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 /bootstrap.bat
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 'bootstrap.bat')
-rwxr-xr-xbootstrap.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.bat b/bootstrap.bat
index 1a40629a7..372d4615c 100755
--- a/bootstrap.bat
+++ b/bootstrap.bat
@@ -52,7 +52,7 @@ echo.
echo ... Building Ant Distribution
SET CLASSPATH=%LOCALCLASSPATH%;build\classes
-call build.bat
+call build.bat %1 %2 %3 %4 %5 %6 %7 %8
echo.
echo ... Done Bootstrapping Ant Distribution