From: Vladimir 'phcoder' Serbinenko Date: Thu, 3 May 2012 23:06:21 +0000 (+0200) Subject: Revert last commit based on lack of consensus and possible unsmooth migration path X-Git-Tag: 2.00~254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48d57ed77988f096b1df5c131e32f8c567511d2e;p=thirdparty%2Fgrub.git Revert last commit based on lack of consensus and possible unsmooth migration path --- diff --git a/ChangeLog b/ChangeLog index 92b7c867a..d654fd7f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,3 @@ -2012-05-04 Vladimir Serbinenko - - * util/grub.d/00_header.in: Make timeout apply to else - clause of hidden timout. - Reported by: Mads Kiilerich. - 2012-05-04 Vladimir Serbinenko * grub-core/kern/fs.c (grub_fs_probe) [GRUB_UTIL]: Add workaround for diff --git a/util/grub.d/00_header.in b/util/grub.d/00_header.in index 04db1c83f..765bfdcd3 100644 --- a/util/grub.d/00_header.in +++ b/util/grub.d/00_header.in @@ -280,8 +280,6 @@ make_timeout () fi cat << EOF if sleep$verbose --interruptible ${1} ; then - set timeout=0 -else set timeout=${2} fi EOF