From 2cb1f350869e0c7998d3c99d7d6ba38250ab7675 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Thu, 24 Jun 2021 15:15:34 +0200 Subject: [mod] utils/manage_static.sh: add script to shellcheck - add script to shellcheck, - fix error messages from shellcheck and - moved global variables to local variables (lower case) No functional change! Signed-off-by: Markus Heiser --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ab2f6cc20..9c99aed0c 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,8 @@ test.shell: dockerfiles/docker-entrypoint.sh $(Q)shellcheck -x -s bash \ utils/brand.env \ - ./manage \ + $(MTOOLS) \ + $(MSTATIC) \ utils/lib.sh \ utils/filtron.sh \ utils/searx.sh \ @@ -67,7 +68,7 @@ test.shell: utils/lxc.sh \ utils/lxc-searx.env \ .config.sh - $(Q)./manage build_msg TEST "$@ OK" + $(Q)$(MTOOLS) build_msg TEST "$@ OK" # wrap ./manage script -- cgit v1.2.3