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

to avoid accidents when debugging with 'sh -x'.
* util/grub-mkrescue.in: Likewise.
* util/grub.d/00_header.in: Likewise.
* util/grub.d/10_hurd.in: Likewise.
* util/grub.d/10_kfreebsd.in: Likewise.
* util/grub.d/10_linux.in: Likewise.
* util/grub.d/10_netbsd.in: Likewise.
* util/grub.d/10_windows.in: Likewise.
* util/grub.d/20_linux_xen.in: Likewise.
* util/grub.d/30_os-prober.in: Likewise.
* util/powerpc/ieee1275/grub-mkrescue.in: Likewise.
This commit is contained in:
Colin Watson 2010-06-29 16:20:49 +01:00
parent 1ba9b88946
commit 1246efeb8b
12 changed files with 37 additions and 11 deletions

View File

@ -1,3 +1,18 @@
2010-06-29 Colin Watson <cjwatson@ubuntu.com>
* util/grub-mkconfig.in: Use 'set -e' rather than '#! /bin/sh -e',
to avoid accidents when debugging with 'sh -x'.
* util/grub-mkrescue.in: Likewise.
* util/grub.d/00_header.in: Likewise.
* util/grub.d/10_hurd.in: Likewise.
* util/grub.d/10_kfreebsd.in: Likewise.
* util/grub.d/10_linux.in: Likewise.
* util/grub.d/10_netbsd.in: Likewise.
* util/grub.d/10_windows.in: Likewise.
* util/grub.d/20_linux_xen.in: Likewise.
* util/grub.d/30_os-prober.in: Likewise.
* util/powerpc/ieee1275/grub-mkrescue.in: Likewise.
2010-06-29 Colin Watson <cjwatson@ubuntu.com>
* commands/cat.c (grub_cmd_cat): Fix buffer overrun if '\r' is the

View File

@ -1,4 +1,5 @@
#! /bin/sh -e
#! /bin/sh
set -e
# Generate grub.cfg by inspecting /boot contents.
# Copyright (C) 2006,2007,2008,2009,2010 Free Software Foundation, Inc.

View File

@ -1,4 +1,5 @@
#! /bin/sh -e
#! /bin/sh
set -e
# Make GRUB rescue image
# Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009 Free Software Foundation, Inc.

View File

@ -1,4 +1,5 @@
#! /bin/sh -e
#! /bin/sh
set -e
# grub-mkconfig helper script.
# Copyright (C) 2006,2007,2008,2009,2010 Free Software Foundation, Inc.

View File

@ -1,4 +1,5 @@
#! /bin/sh -e
#! /bin/sh
set -e
# grub-mkconfig helper script.
# Copyright (C) 2006,2007,2008,2009,2010 Free Software Foundation, Inc.

View File

@ -1,4 +1,5 @@
#! /bin/sh -e
#! /bin/sh
set -e
# grub-mkconfig helper script.
# Copyright (C) 2006,2007,2008,2009,2010 Free Software Foundation, Inc.

View File

@ -1,4 +1,5 @@
#! /bin/sh -e
#! /bin/sh
set -e
# grub-mkconfig helper script.
# Copyright (C) 2006,2007,2008,2009,2010 Free Software Foundation, Inc.

View File

@ -1,4 +1,5 @@
#! /bin/sh -e
#! /bin/sh
set -e
# grub-mkconfig helper script.
# Copyright (C) 2006,2007,2008,2009,2010 Free Software Foundation, Inc.

View File

@ -1,4 +1,5 @@
#! /bin/sh -e
#! /bin/sh
set -e
# grub-mkconfig helper script.
# Copyright (C) 2008,2009,2010 Free Software Foundation, Inc.

View File

@ -1,4 +1,5 @@
#! /bin/sh -e
#! /bin/sh
set -e
# grub-mkconfig helper script.
# Copyright (C) 2006,2007,2008,2009,2010 Free Software Foundation, Inc.

View File

@ -1,4 +1,5 @@
#! /bin/sh -e
#! /bin/sh
set -e
# grub-mkconfig helper script.
# Copyright (C) 2006,2007,2008,2009 Free Software Foundation, Inc.

View File

@ -1,4 +1,5 @@
#! /bin/sh -e
#! /bin/sh
set -e
# Make GRUB rescue image
# Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008 Free Software Foundation, Inc.