Skip to content

Commit

Permalink
Makefile: Improve shellcheck invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Jul 7, 2021
1 parent cebcaa9 commit eba491b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eba491b

Please sign in to comment.