diff --git a/script/test_clj.clj b/script/test_clj.clj old mode 100644 new mode 100755 index 9d53e1c..aa8af6c --- a/script/test_clj.clj +++ b/script/test_clj.clj @@ -7,7 +7,7 @@ [clojure.string :as str])) (defn -main[& args] - (let [farg (first *command-line-args*) + (let [farg (first args) ;; allow for missing leading colon farg (if (and farg (str/starts-with? farg "clj-")) (str ":" farg)