tpm2_key_protector: Enable build for powerpc_ieee1275
[grub.git] / tests / grub_script_no_commands.in
blob996bb181043dcbddd95ab98c8cbcc57b0fe91f4d
1 #! @BUILD_SHEBANG@
2 set -e
4 # grub-script-check refuses to pass a file with no commands; this usually
5 # indicates a bug in the code generating that file.
7 @builddir@/grub-script-check <<EOF && exit 1
9 EOF
11 @builddir@/grub-script-check <<EOF && exit 1
12 # comment
13 EOF
15 @builddir@/grub-script-check <<EOF && exit 1
16 # comment 1
17 # comment 2
19 EOF
21 exit 0