summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-02-24 18:13:28 +0000
committermichelou <michelou@epfl.ch>2006-02-24 18:13:28 +0000
commitf205be7a602eb42dd4408241b7d39c273f7747e6 (patch)
tree325ebad5b3682d2c2573072f7d30ea94b0b35b24 /src/compiler
parenta51f26e6390d16134a30d647b21db41ddaa08710 (diff)
downloadscala-f205be7a602eb42dd4408241b7d39c273f7747e6.tar.gz
scala-f205be7a602eb42dd4408241b7d39c273f7747e6.tar.bz2
scala-f205be7a602eb42dd4408241b7d39c273f7747e6.zip
fixed wrong variable name in file ant/templates...
fixed wrong variable name in file ant/templates/tool-windows.tmpl
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/scala/tools/ant/templates/tool-windows.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/ant/templates/tool-windows.tmpl b/src/compiler/scala/tools/ant/templates/tool-windows.tmpl
index 45766c5740..c5f369eafa 100644
--- a/src/compiler/scala/tools/ant/templates/tool-windows.tmpl
+++ b/src/compiler/scala/tools/ant/templates/tool-windows.tmpl
@@ -34,7 +34,7 @@ shift
goto loop
:exec
-set _PROPS=-Dscala.home="%SCALA_HOME%" -Dscala.tool.name="@name@" -Dscala.tool.version="@version@" @properties@
+set _PROPS=-Dscala.home="%_SCALA_HOME%" -Dscala.tool.name="@name@" -Dscala.tool.version="@version@" @properties@
rem echo %_JAVACMD% %_JAVAFLAGS% %_PROPS% -cp "%_CLASSPATH%" @class@ @toolflags@ %_ARGS%
%_JAVACMD% %_JAVAFLAGS% %_PROPS% -cp "%_CLASSPATH%" @class@ @toolflags@ %_ARGS%