From f405433e68d3b71ad5b1f8f1ff6dba8dc52139de Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Fri, 15 Dec 2000 09:31:12 +0000 Subject: [PATCH] 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 --- src/bin/lcp.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lcp.bat b/src/bin/lcp.bat index 8feb0d0fe..4f267130b 100755 --- a/src/bin/lcp.bat +++ b/src/bin/lcp.bat @@ -1,2 +1,2 @@ -set LOCALCLASSPATH=%LOCALCLASSPATH%;%1 +set LOCALCLASSPATH=%1;%LOCALCLASSPATH%