---
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- [PATCH 1/8] Drop check in obsolete intl dir... Rene Kita
- [PATCH 2/8] Do not use shell's old-sty... Rene Kita
- Re: [PATCH 2/8] Do not use shell's... Steffen Nurpmeso
- [PATCH 3/8] Always double-quote parame... Rene Kita
- [PATCH 5/8] Avoid shellcheck warning Rene Kita
- Re: [PATCH 5/8] Avoid shellcheck w... Alejandro Colomar via Mutt-dev
- [PATCH 6/8] Drop --exclude from shellc... Rene Kita
- Re: [PATCH 6/8] Drop --exclude fro... Alejandro Colomar via Mutt-dev
- Re: [PATCH 6/8] Drop --exclude... Kevin J. McCarthy
- Re: [PATCH 6/8] Drop --exc... Rene Kita
- [PATCH 7/8] Let check-local run shellc... Rene Kita
- [PATCH 8/8] Run check-local in sr.ht C... Rene Kita
- Re: [PATCH 8/8] Run check-local in... Daniel Tameling
- Re: [PATCH 8/8] Run check-loca... Rene Kita
- Re: [PATCH 8/8] Run check-... Kevin J. McCarthy
- [PATCH 4/8] Use read -r in shell scrip... Rene Kita
