Skip to content

Commit

Permalink
[#42] Powershell arg parse fix
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Apr 11, 2021
1 parent a1e20e6 commit 6074358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/borkdude/deps.clj
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ For more info, see:
;; workaround for Powershell, see GH-42
(if (and windows? (#{"-X:" "-M:" "-A:"} arg))
[(str arg (second command-line-args))
(nnext command-line-args)]
(next command-line-args)]
[arg command-line-args])
bool-opt-keyword (get bool-opts->keyword arg)
string-opt-keyword (get string-opts->keyword arg)]
Expand Down

0 comments on commit 6074358

Please sign in to comment.