Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Vorburger <mike@vorburger.ch>2021-01-23 18:32:42 +0100
committerDavid Runge <dvzrv@archlinux.org>2021-01-23 19:23:38 +0000
commit0ae5cd961eaa1b214b964aa2076d35f9271f83cb (patch)
tree2ebfd901bdd6d2e701ec2be1b3b9f9793685bf64 /Makefile
parent608d1100c8a87b3284efa8163ea483e8c11bc311 (diff)
lint ALL (future) scripts/*.sh, not just run_archiso.sh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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) \