summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-05-11 19:57:21 +0000
committermichelou <michelou@epfl.ch>2006-05-11 19:57:21 +0000
commit92dcada606ecce91a27db8e42f8caae6b04f5243 (patch)
treed433decc47f0c4404a85fdb1f5c24243798c4b2b
parentde29ef0ac4a7be7a9321f03e8a12490b0833d4ac (diff)
downloadscala-92dcada606ecce91a27db8e42f8caae6b04f5243.tar.gz
scala-92dcada606ecce91a27db8e42f8caae6b04f5243.tar.bz2
scala-92dcada606ecce91a27db8e42f8caae6b04f5243.zip
fixed error for Cygwin in file templates/generi...
fixed error for Cygwin in file templates/generic-unix.tmpl
-rw-r--r--src/compiler/scala/tools/ant/templates/generic-unix.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/ant/templates/generic-unix.tmpl b/src/compiler/scala/tools/ant/templates/generic-unix.tmpl
index 540f170abd..f5ff31bad2 100644
--- a/src/compiler/scala/tools/ant/templates/generic-unix.tmpl
+++ b/src/compiler/scala/tools/ant/templates/generic-unix.tmpl
@@ -100,7 +100,7 @@ if $cygwin; then
format=windows
fi
SCALA_HOME=`cygpath --$format "$SCALA_HOME"`
- MERGED_CLASSPATH=`cygpath --path --$format "$MYCLASSPATH"`
+ MERGED_CLASSPATH=`cygpath --path --$format "$MERGED_CLASSPATH"`
fi
${JAVACMD:=java} @javaflags@ -cp "$MERGED_CLASSPATH" -Dscala.home="$SCALA_HOME" @properties@ $USER_ARGS