mirror of
https://github.com/janet-lang/janet
synced 2025-09-01 18:38:04 +00:00
Fix jpm mendoza install on windows.
This commit is contained in:
@@ -223,7 +223,8 @@
|
||||
[src dest]
|
||||
(print "copying " src " to " dest "...")
|
||||
(if is-win
|
||||
(shell "xcopy" src dest "/y" "/s" "/e")
|
||||
(let [end (last (peg/match path-splitter src))]
|
||||
(shell "xcopy" src (string dest "\\" end) "/y" "/s" "/e"))
|
||||
(shell "cp" "-rf" src dest)))
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user