From 4f425674a0eca74b2e4631801233571924c116eb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 24 Jul 2021 20:51:02 +0200 Subject: Correcting check for shellcheck executable in Makefile. Signed-off-by: Daniel Baumann --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 35a6085..2819de5 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ test: # FIXME: fail hard on shellcheck once all issues are fixed @echo -n "Checking with shellcheck... " - @if [ -x /usr/bin/checkbashisms ]; \ + @if [ -x /usr/bin/shellcheck ]; \ then \ for SCRIPT in $(SCRIPTS); \ do \ -- cgit v1.2.3