[PATCH v2 7/8] Let check-local run shellcheck target
Rene Kita <[email protected]>
| Newsgroups | gmane.mail.mutt.devel |
|---|---|
| Message-ID | <[email protected]> |
--- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 83fc4757..8857eb81 100644 --- a/Makefile.am +++ b/Makefile.am @@ -204,7 +204,7 @@ uninstall-local: pclean: cat /dev/null > $(top_srcdir)/PATCHES -check-local: check-security tabcheck +check-local: check-security shellcheck tabcheck check-security: (cd $(top_srcdir) && ./check_sec.sh) -- 2.51.0