From dffc98a1d10a568c5c9d957ddc798ba4340ab485 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 18 Jan 2022 14:10:13 -0300 Subject: Makefile: Run ShellCheck on src/td.in in "dev-check" target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3a0627..864c066 100644 --- a/Makefile +++ b/Makefile @@ -116,7 +116,7 @@ uninstall: # dev-check: check public - echo FIXME shellcheck + shellcheck src/td.in src/locale/load-messages.sh sh aux/assert-shellcheck.sh sh aux/workflow/assert-todos.sh sh aux/workflow/assert-changelog.sh -n '$(NAME)' $(EXTRA_VERSION) -- cgit v1.2.3