* util/grub.d/00_header.in: Make timeout apply to else
clause of hidden timout. Reported by: Mads Kiilerich.
This commit is contained in:
parent
076aeb5022
commit
e0ca063a66
2 changed files with 8 additions and 0 deletions
|
@ -280,6 +280,8 @@ make_timeout ()
|
|||
fi
|
||||
cat << EOF
|
||||
if sleep$verbose --interruptible ${1} ; then
|
||||
set timeout=0
|
||||
else
|
||||
set timeout=${2}
|
||||
fi
|
||||
EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue