* grub-core/lib/syslinux_parse.c: Fix timeout quoting.
This commit is contained in:
parent
2009da62f2
commit
a72fc329eb
2 changed files with 5 additions and 1 deletions
|
@ -1432,7 +1432,7 @@ config_file (struct output_buffer *outbuf,
|
|||
for (curentry = menu.entries; curentry->next; curentry = curentry->next);
|
||||
lentry = curentry;
|
||||
|
||||
print_string ("set timeout='");
|
||||
print_string ("set timeout=");
|
||||
err = print_num (outbuf, (menu.timeout + 9) / 10);
|
||||
if (err)
|
||||
return err;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue