summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-01-09 19:15:06 +0000
committermichelou <michelou@epfl.ch>2006-01-09 19:15:06 +0000
commit5dfb1f07ada2698ed8e3078c820d0f8c47e1b21b (patch)
tree1ce787ad575927d37d40ca2a1904ee312f8f34f6
parent9d4a545cd06032915887a207e383137d7db533cd (diff)
downloadscala-5dfb1f07ada2698ed8e3078c820d0f8c47e1b21b.tar.gz
scala-5dfb1f07ada2698ed8e3078c820d0f8c47e1b21b.tar.bz2
scala-5dfb1f07ada2698ed8e3078c820d0f8c47e1b21b.zip
- corrected error with _PREFIX in template for ...
- corrected error with _PREFIX in template for batch command
-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 be37e31ae1..06a99569f5 100644
--- a/src/compiler/scala/tools/ant/templates/generic-windows.tmpl
+++ b/src/compiler/scala/tools/ant/templates/generic-windows.tmpl
@@ -10,7 +10,7 @@ rem ##########################################################################
if "%OS%"=="Windows_NT" (
@@setlocal
- set _SCALA_HOME=%~dp0..
+ set _PREFIX=%~dp0..
) else (
set _PREFIX=%SCALA_HOME%
if "%_PREFIX%"=="" goto error1