From f205be7a602eb42dd4408241b7d39c273f7747e6 Mon Sep 17 00:00:00 2001 From: michelou Date: Fri, 24 Feb 2006 18:13:28 +0000 Subject: fixed wrong variable name in file ant/templates... fixed wrong variable name in file ant/templates/tool-windows.tmpl --- src/compiler/scala/tools/ant/templates/tool-windows.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler') 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% -- cgit v1.2.3