]> git.proxmox.com Git - grub2.git/blob - tests/grub_script_blanklines.in
Remove prio_list.
[grub2.git] / tests / grub_script_blanklines.in
1 #! /bin/sh
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