From 095970154d54e09769410112e72b70f6a5ce2a77 Mon Sep 17 00:00:00 2001 From: michelou Date: Wed, 22 Mar 2006 18:33:05 +0000 Subject: corrected initialization of variable _USER_CLAS... corrected initialization of variable _USER_CLASSPATH in file generic-windows.tmpl --- src/compiler/scala/tools/ant/templates/generic-windows.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/compiler/scala/tools/ant/templates/generic-windows.tmpl b/src/compiler/scala/tools/ant/templates/generic-windows.tmpl index e9c29ef3e7..2320695701 100644 --- a/src/compiler/scala/tools/ant/templates/generic-windows.tmpl +++ b/src/compiler/scala/tools/ant/templates/generic-windows.tmpl @@ -30,7 +30,8 @@ if "%_EXTENSION_CLASSPATH%"=="" for %%f in ("%_SCALA_HOME%\lib\*.jar") do call : set _BOOT_CLASSPATH= if exist "%_SCALA_HOME%/lib/scala-library.jar" set _BOOT_CLASSPATH=%_SCALA_HOME%/lib/scala-library.jar -set _USER_CLASSPATH=. +set _USER_CLASSPATH=%CLASSPATH% +if "%_USER_CLASSPATH%"=="" set _USER_CLASSPATH=. set _ARGS= :loop -- cgit v1.2.3