From ccd8b71c4b022c3e3a362b2f5160f1e1cc90ea32 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Tue, 19 May 2020 16:28:43 -0500 Subject: [PATCH] Fix os/shell usage in jpm on windows. --- jpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jpm b/jpm index c5d7908b..b1ebfca9 100755 --- a/jpm +++ b/jpm @@ -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