Skip to content

Commit 4efd5b0

Browse files
committed
Missing unquote.
1 parent 6589799 commit 4efd5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spork/declare-cc.janet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
(defmacro sh-phony
141141
"Alias for `sh-task`."
142142
[target deps & body]
143-
~(,rule-impl ,target ,deps (fn ,(keyword (firstt target)) [] (,sh/exec ;body)) true))
143+
~(,rule-impl ,target ,deps (fn ,(keyword (firstt target)) [] (,sh/exec ,;body)) true))
144144

145145
(defn install-file-rule
146146
"Add install and uninstall rule for moving file from src into destdir."

0 commit comments

Comments
 (0)