In this case it does not hurt to increase bash execution verbosity so we can get more insight in case of issues. Signed-off-by: Leo Sandoval <lsandova@redhat.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
16 lines
137 B
Plaintext
16 lines
137 B
Plaintext
#! @BUILD_SHEBANG@
|
|
set -ex
|
|
|
|
@builddir@/grub-script-check <<EOF
|
|
# comment 1
|
|
|
|
command1 arg1
|
|
|
|
command2 arg2
|
|
|
|
|
|
|
|
last command
|
|
# comment 2
|
|
EOF
|