Fix os/shell usage in jpm on windows.

This commit is contained in:
Calvin Rose 2020-05-19 16:28:43 -05:00
parent e623690295
commit ccd8b71c4b
1 changed files with 1 additions and 1 deletions

2
jpm
View File

@ -78,7 +78,7 @@
[path]
(if is-win
# windows get rid of read-only files
(os/shell `rmdir /S /Q "` path `"`))
(os/shell (string `rmdir /S /Q "` path `"`)))
(rm path))
(defn clear-cache