Browse Source

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
master
Nico Seessle 24 years ago
parent
commit
113069f80d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/script/antRun.bat

+ 1
- 1
src/script/antRun.bat View File

@@ -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


Loading…
Cancel
Save