Skip to content

Commit

Permalink
Makefile: Shellcheck new files
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Jul 7, 2021
1 parent eba491b commit d120f32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,9 @@ shellcheck:
for file in \
sbin/safeboot* \
sbin/tpm2-attest \
sbin/send-to-tpm \
sbin/tpm-receive \
sbin/policy \
initramfs/*/* \
; do \
shellcheck $$file functions.sh ; \
Expand Down

0 comments on commit d120f32

Please sign in to comment.