4 .
"@builddir@/grub-core/modinfo.sh"
6 template
="Usage: help [PATTERN ...]
9 -h, --help Display this help and exit.
10 -u, --usage Display the usage of this command and exit.
12 outpu
="$(echo 'help help; hello' | @builddir@/grub-shell)"
14 if [ "$template" != "$outpu" ]; then