summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-01-09 18:49:51 +0000
committermichelou <michelou@epfl.ch>2006-01-09 18:49:51 +0000
commit4c9d99666d7f3e263ab80125b783eefe19fd9e82 (patch)
tree9cae29a3ecff1d417ec4588ee92a7cb53c88ded0
parent5854add893ca8272e8a51a6f21eb106694548d86 (diff)
downloadscala-4c9d99666d7f3e263ab80125b783eefe19fd9e82.tar.gz
scala-4c9d99666d7f3e263ab80125b783eefe19fd9e82.tar.bz2
scala-4c9d99666d7f3e263ab80125b783eefe19fd9e82.zip
- renamed _CPATH to _CLASSPATH
-rw-r--r--src/compiler/scala/tools/ant/templates/tool-windows.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/compiler/scala/tools/ant/templates/tool-windows.tmpl b/src/compiler/scala/tools/ant/templates/tool-windows.tmpl
index 177391dae6..8664ae0f29 100644
--- a/src/compiler/scala/tools/ant/templates/tool-windows.tmpl
+++ b/src/compiler/scala/tools/ant/templates/tool-windows.tmpl
@@ -48,10 +48,10 @@ rem ##########################################################################
rem # subroutines
:add_cpath
- if "%_CPATH%"=="" (
- set _CPATH=%~1
+ if "%_CLASSPATH%"=="" (
+ set _CLASSPATH=%~1
) else (
- set _CPATH=%_CPATH%;%~1
+ set _CLASSPATH=%_CLASSPATH%;%~1
)
goto :eof