summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-06-24 15:15:34 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2021-06-26 13:13:31 +0200
commit2cb1f350869e0c7998d3c99d7d6ba38250ab7675 (patch)
treef301b215a41b77e1a83f5b2ad36bfb69d28a6330 /Makefile
parent0606cde105859d9bdb751825bf89952297b335ed (diff)
[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 <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ab2f6cc2..9c99aed0 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