ieee1275: split up grub_machine_get_bootlocation
[grub.git] / tests / grub_script_blanklines.in
1 #! @BUILD_SHEBANG@
2 set -e
3
4 @builddir@/grub-script-check <<EOF
5 # comment 1
6
7 command1 arg1
8
9 command2 arg2
10
11
12
13 last command
14 # comment 2
15 EOF