diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |