mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-16 22:32:27 +00:00

to avoid accidents when debugging with 'sh -x'. * grub-core/gensyminfo.sh.in: Likewise. * tests/example_scripted_test.in: Likewise. * tests/grub_cmd_regexp.in: Likewise. * tests/grub_script_blanklines.in: Likewise. * tests/grub_script_dollar.in: Likewise. * tests/grub_script_expansion.in: Likewise. * tests/grub_script_final_semicolon.in: Likewise. * tests/partmap_test.in: Likewise. * tests/util/grub-shell-tester.in: Likewise. * tests/util/grub-shell.in: Likewise.
5 lines
23 B
Bash
5 lines
23 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
true
|