* grub-core/genmod.sh.in: Use 'set -e' rather than '#! /bin/sh -e',

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.
This commit is contained in:
Colin Watson 2011-05-18 12:53:07 +01:00
parent e2965f4a32
commit 5626056ffb
12 changed files with 40 additions and 14 deletions

View file

@ -1,4 +1,5 @@
#! /bin/bash -e
#! /bin/bash
set -e
# Run GRUB script in a Qemu instance
# Copyright (C) 2010 Free Software Foundation, Inc.