]> git.proxmox.com Git - grub2.git/blob - tests/grub_script_blanklines.in
merged with mainline
[grub2.git] / tests / grub_script_blanklines.in
1 #! /bin/sh -e
2
3 @builddir@/grub-script-check <<EOF
4 # comment 1
5
6 command1 arg1
7
8 command2 arg2
9
10
11
12 last command
13 # comment 2
14 EOF