From 0ae5cd961eaa1b214b964aa2076d35f9271f83cb Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Sat, 23 Jan 2021 18:32:42 +0100 Subject: lint ALL (future) scripts/*.sh, not just run_archiso.sh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1f94998..854a2ef 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ check: lint lint: shellcheck -s bash archiso/mkarchiso \ - scripts/run_archiso.sh \ + $(wildcard scripts/*.sh) \ $(INSTALL_FILES) \ $(wildcard configs/*/build.sh) \ $(wildcard configs/*/profiledef.sh) \ -- cgit v1.2.3-54-g00ecf