Browse Source

Handle correctly the classpath if multiple jars are passed as arguments.

; is the right path separator.
PR: 13905
Reported by: vishy@borland.com (Vishy Kasar)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273455 13f79535-47bb-0310-9956-ffa450edef68
master
Stephane Bailliez 22 years ago
parent
commit
47ac198ecb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/script/lcp.bat

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

@@ -7,7 +7,7 @@ shift

:argCheck
if ""%1""=="""" goto gotAllArgs
set _CLASSPATHCOMPONENT=%_CLASSPATHCOMPONENT% %1
set _CLASSPATHCOMPONENT=%_CLASSPATHCOMPONENT%;%1
shift
goto argCheck



Loading…
Cancel
Save