[MLton-commit] r5578

Vesa Karvonen vesak at mlton.org
Tue May 29 00:02:20 PDT 2007


Changed to use single quotes around $(PATH).  On Windows the value of the
PATH variable may contain double quotes.

----------------------------------------------------------------------

U   mlton/trunk/mlton/Makefile

----------------------------------------------------------------------

Modified: mlton/trunk/mlton/Makefile
===================================================================
--- mlton/trunk/mlton/Makefile	2007-05-29 03:45:50 UTC (rev 5577)
+++ mlton/trunk/mlton/Makefile	2007-05-29 07:02:20 UTC (rev 5578)
@@ -86,7 +86,7 @@
 #! Pass $(PATH) to upgrade-basis because it is run via #!/usr/bin/env
 # bash, which resets the path.
 $(UP):
-	"$(SRC)/bin/upgrade-basis" "$(PATH)" "$(HOST_ARCH)" "$(HOST_OS)" >$(UP)
+	"$(SRC)/bin/upgrade-basis" '$(PATH)' "$(HOST_ARCH)" "$(HOST_OS)" >$(UP)
 
 mlton.sml: $(SOURCES)
 	rm -f mlton.sml && mlton -stop sml mlton.cm && chmod -w mlton.sml




More information about the MLton-commit mailing list