Skip to content

Commit

Permalink
cleanup (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude authored May 27, 2023
1 parent 204b0bf commit 3f093b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/babashka/process.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -590,10 +590,6 @@
:or {escape (:escape *defaults*)
pre-start-fn (:pre-start-fn *defaults*)}
:as opts} opts
cmd (if (and (string? cmd)
(not (.exists (io/file cmd))))
(tokenize cmd)
cmd)
str-fn (comp escape str)
cmd (mapv str-fn cmd)
arg0 (or (:arg0 opts)
Expand Down

0 comments on commit 3f093b7

Please sign in to comment.