2009-11-25 Robert Millan <rmh.grub@aybabtu.com>
* normal/main.c (grub_normal_execute): Replace "parser.sh" with "parser.grub" in grub_command_execute() call.
This commit is contained in:
parent
4a8572e9d8
commit
13b33fba6f
2 changed files with 6 additions and 1 deletions
|
@ -415,7 +415,7 @@ grub_normal_execute (const char *config, int nested, int batch)
|
|||
read_command_list ();
|
||||
read_fs_list ();
|
||||
read_handler_list ();
|
||||
grub_command_execute ("parser.sh", 0, 0);
|
||||
grub_command_execute ("parser.grub", 0, 0);
|
||||
|
||||
reader_nested = nested;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue