Skip to content

Commit

Permalink
[#18] implement which in pure Clojure/Java
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Apr 12, 2020
1 parent 518905f commit c6a2251
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deps.clj
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,7 @@ function Get-StringHash($str) {
(let [f (io/file p executable)]
(if (and (.isFile f)
(.canExecute f))
(do
(prn (.getCanonicalPath f))
(.getCanonicalPath f))
(.getCanonicalPath f)
(recur (rest paths))))))))

(defn home-dir []
Expand Down

0 comments on commit c6a2251

Please sign in to comment.