summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-03-18 21:35:12 +0000
committermichelou <michelou@epfl.ch>2006-03-18 21:35:12 +0000
commit0404ac212bdd34837b6bb525baae75c2e24e4f36 (patch)
tree91728a31ed148ab19b24fd3e7b56c168ffb3adc6
parent0a1598f285e9fe3107c143bba0475cbd201f2fa8 (diff)
downloadscala-0404ac212bdd34837b6bb525baae75c2e24e4f36.tar.gz
scala-0404ac212bdd34837b6bb525baae75c2e24e4f36.tar.bz2
scala-0404ac212bdd34837b6bb525baae75c2e24e4f36.zip
convert value of variable SCALA_HOME on Cygwin
-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