From 113069f80d96fff735116abb27b70951799106fc Mon Sep 17 00:00:00 2001 From: Nico Seessle Date: Wed, 28 Mar 2001 08:37:55 +0000 Subject: [PATCH] Bug #1138 # does not work as a comment-sign in Windows Batch-files and results in errors - changed to rem. Reported by: craig.malone@altavista.net (Craig Malone) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268894 13f79535-47bb-0310-9956-ffa450edef68 --- src/script/antRun.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/antRun.bat b/src/script/antRun.bat index 816cb606e..916893269 100755 --- a/src/script/antRun.bat +++ b/src/script/antRun.bat @@ -1,6 +1,6 @@ @echo off -# Change drive and directory to %1 (Win9X only for NT/2K use "cd /d") +rem Change drive and directory to %1 (Win9X only for NT/2K use "cd /d") cd %1 %1\ set ANT_RUN_CMD=%2