From eba491ba43079e1eac0e9fafac52060c7b1d924c Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Wed, 23 Jun 2021 23:16:32 -0500 Subject: [PATCH] Makefile: Improve shellcheck invocation --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 70eaa726..b7f60e97 100644 --- a/Makefile +++ b/Makefile @@ -304,9 +304,8 @@ shellcheck: sbin/safeboot* \ sbin/tpm2-attest \ initramfs/*/* \ - functions.sh \ ; do \ - shellcheck $$file ; \ + shellcheck $$file functions.sh ; \ done # Fetch several of the TPM certs and make them usable