summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/compiler/scala/tools/ant/templates/tool-unix.tmpl1
1 files changed, 1 insertions, 0 deletions
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