grub2: bring back build of aros-side grub2 tools
[AROS.git] / arch / all-pc / boot / grub2-aros / tests / grub_script_no_commands.in
blobc31d267e5fdf090fda15878cbe0b794b2f4e8b9f
1 #! /bin/sh
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