From 5c2986d302ac74ae545e55f00db6ead3de59f9fe Mon Sep 17 00:00:00 2001 From: Lee Read Date: Mon, 12 Aug 2024 17:50:52 -0400 Subject: [PATCH] Fix copy/paste typo (#66) Inconsequential, but ugly to leave in. Amendment for #60 --- script/test_clj.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 script/test_clj.clj 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)