summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-03-07 18:35:30 +0000
committermichelou <michelou@epfl.ch>2006-03-07 18:35:30 +0000
commit389e6d3afe68095d464f05f2dae917483005f810 (patch)
treef7d5301610425da8d4d98501f5f25e74843e7eb2 /src/compiler
parent277dcc35719b6d759d991403a729006263006808 (diff)
downloadscala-389e6d3afe68095d464f05f2dae917483005f810.tar.gz
scala-389e6d3afe68095d464f05f2dae917483005f810.tar.bz2
scala-389e6d3afe68095d464f05f2dae917483005f810.zip
prepend user-specified classpath to Scala class...
prepend user-specified classpath to Scala classpath in batch commands
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/scala/tools/ant/templates/generic-windows.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/ant/templates/generic-windows.tmpl b/src/compiler/scala/tools/ant/templates/generic-windows.tmpl
index 8b14d2b7ec..41a4d6e6a4 100644
--- a/src/compiler/scala/tools/ant/templates/generic-windows.tmpl
+++ b/src/compiler/scala/tools/ant/templates/generic-windows.tmpl
@@ -44,7 +44,7 @@ shift
goto :loop
:exec
-set _CLASSPATH=%_CLASSPATH%;%_CPATH%
+set _CLASSPATH=%_CPATH%;%_CLASSPATH%
rem echo %_JAVACMD% %_JAVAFLAGS% -cp %_CLASSPATH% %_ARGS%
%_JAVACMD% %_JAVAFLAGS% -cp %_CLASSPATH% %_ARGS%
goto end