Quote the chez path in windows sh startup

This commit is contained in:
Niklas Larsson 2020-08-04 10:30:53 +02:00
parent eeb1d22234
commit 1b19564530

View File

@ -359,7 +359,7 @@ startChezWinSh chez appdir target = unlines
, "DIR=\"`realpath \"$0\"`\""
, "CHEZ=$(cygpath \"" ++ chez ++"\")"
, "export PATH=\"`dirname \"$DIR\"`/\"" ++ appdir ++ "\":$PATH\""
, "$CHEZ --script \"$(dirname \"$DIR\")/" ++ target ++ "\" \"$@\""
, "\"$CHEZ\" --script \"$(dirname \"$DIR\")/" ++ target ++ "\" \"$@\""
]
||| Compile a TT expression to Chez Scheme