mirror of
git://git.git.savannah.gnu.org/grub.git
synced 2026-06-15 23:16:05 +00:00
cdbc6ffbb8
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>
5 lines
32 B
Plaintext
5 lines
32 B
Plaintext
#!@BUILD_SHEBANG@
|
|
set -ex
|
|
|
|
true
|