summaryrefslogtreecommitdiff
path: root/Makefile.distrib
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-02-02 09:29:09 +0000
committerpaltherr <paltherr@epfl.ch>2004-02-02 09:29:09 +0000
commit4801729114c05479e1ab357da849053bd0ab55f9 (patch)
treefbfbb6632e05a28de73ef5c929d235e36bd4d142 /Makefile.distrib
parentec2cf46df2a18f9bcc56e8ac63f27d7fed5c12a6 (diff)
downloadscala-4801729114c05479e1ab357da849053bd0ab55f9.tar.gz
scala-4801729114c05479e1ab357da849053bd0ab55f9.tar.bz2
scala-4801729114c05479e1ab357da849053bd0ab55f9.zip
- Added quotes to batch files
Diffstat (limited to 'Makefile.distrib')
-rw-r--r--Makefile.distrib2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.distrib b/Makefile.distrib
index 4ad28fd3e2..0b2a73138c 100644
--- a/Makefile.distrib
+++ b/Makefile.distrib
@@ -150,7 +150,7 @@ install-windows : install
winfile="$(INSTALL_PREFIX)/bin/$$file.bat"; \
nixexec=`SCALA_EXEC=echo $$nixfile`; \
winexec="$$nixexec"; \
- winexec=`echo "$$winexec" | sed -es"#$$root#%SCALA_HOME%#g"`; \
+ winexec=`echo "$$winexec" | sed -es"#$$root#\"%SCALA_HOME%\"#g"`; \
winexec=`echo "$$winexec" | tr '/' '\\\\' | tr ':' ';'`; \
winexec=`echo "$$winexec" | sed -es"#Xbootclasspath.a;#Xbootclasspath/a:#g"`; \
$(RM) -f "$$winfile"; \