]> git.proxmox.com Git - grub2.git/blob - tests/grub_script_final_semicolon.in
* commands/iorw.c: New file.
[grub2.git] / tests / grub_script_final_semicolon.in
1 #! /bin/sh -e
2
3 @builddir@/grub-script-check <<EOF
4 echo one;
5 echo one; echo two
6 echo one; echo two;
7 echo one ; echo two ;
8 echo one ; echo two ; echo three
9 echo one; echo two ; echo three;
10 EOF