mirror of
https://github.com/idris-lang/Idris2.git
synced 2025-01-07 08:18:12 +03:00
Quote the chez path in windows sh startup
This commit is contained in:
parent
eeb1d22234
commit
1b19564530
@ -359,7 +359,7 @@ startChezWinSh chez appdir target = unlines
|
|||||||
, "DIR=\"`realpath \"$0\"`\""
|
, "DIR=\"`realpath \"$0\"`\""
|
||||||
, "CHEZ=$(cygpath \"" ++ chez ++"\")"
|
, "CHEZ=$(cygpath \"" ++ chez ++"\")"
|
||||||
, "export PATH=\"`dirname \"$DIR\"`/\"" ++ appdir ++ "\":$PATH\""
|
, "export PATH=\"`dirname \"$DIR\"`/\"" ++ appdir ++ "\":$PATH\""
|
||||||
, "$CHEZ --script \"$(dirname \"$DIR\")/" ++ target ++ "\" \"$@\""
|
, "\"$CHEZ\" --script \"$(dirname \"$DIR\")/" ++ target ++ "\" \"$@\""
|
||||||
]
|
]
|
||||||
|
|
||||||
||| Compile a TT expression to Chez Scheme
|
||| Compile a TT expression to Chez Scheme
|
||||||
|
Loading…
Reference in New Issue
Block a user