From 0404ac212bdd34837b6bb525baae75c2e24e4f36 Mon Sep 17 00:00:00 2001 From: michelou Date: Sat, 18 Mar 2006 21:35:12 +0000 Subject: convert value of variable SCALA_HOME on Cygwin --- src/compiler/scala/tools/ant/templates/tool-unix.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/scala/tools/ant/templates/tool-unix.tmpl b/src/compiler/scala/tools/ant/templates/tool-unix.tmpl index eb565f0e1a..d192198bad 100644 --- a/src/compiler/scala/tools/ant/templates/tool-unix.tmpl +++ b/src/compiler/scala/tools/ant/templates/tool-unix.tmpl @@ -84,6 +84,7 @@ if $cygwin; then format=windows fi MYCLASSPATH=`cygpath --path --$format "$MYCLASSPATH"` + SCALA_HOME=`cygpath --$format "$SCALA_HOME"` fi for flag in "$@@" ; do -- cgit v1.2.3