From 91fac2448e7c2fc53b688715f061565627072501 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 19 Jan 2022 16:25:02 -0300 Subject: Makefile: Fix argument to assert-todos.sh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3