aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-19 16:25:02 -0300
committerEuAndreh <eu@euandre.org>2022-01-19 16:25:02 -0300
commit91fac2448e7c2fc53b688715f061565627072501 (patch)
tree03b7e28802982d68af4dabf1e69516aa8cf8f576 /Makefile
parentTODOs.md: Add #td-bd192305-6e4a-a0fc-d80a-813ec15b7357 (diff)
downloadtd-91fac2448e7c2fc53b688715f061565627072501.tar.gz
td-91fac2448e7c2fc53b688715f061565627072501.tar.xz
Makefile: Fix argument to assert-todos.sh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c4dfaba..0856347 100644
--- a/Makefile
+++ b/Makefile
@@ -119,7 +119,7 @@ dev-check: check public
shellcheck src/td.in src/locale/load-messages.sh
sh aux/assert-shellcheck.sh
sh aux/workflow/assert-todos.sh \
- "$(find `git ls-files` -not -name td.in)"
+ "$$(find `git ls-files` -not -name td.in)"
sh aux/workflow/assert-changelog.sh -n '$(NAME)' $(EXTRA_VERSION)
sh aux/workflow/assert-readme.sh -n '$(NAME)' -m '$(MAILING_LIST)' \
$(EXTRA_VERSION)