Browse Source

Changed order of variable includes to make it now work when LOCALCLASSPATH="". The reason is that "blah.jar;" is a valid classpath while ";blah.jar" is not.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268359 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
f405433e68
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/bin/lcp.bat

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

@@ -1,2 +1,2 @@
set LOCALCLASSPATH=%LOCALCLASSPATH%;%1
set LOCALCLASSPATH=%1;%LOCALCLASSPATH%


Loading…
Cancel
Save