* grub-core/normal/main.c (grub_normal_execute): Remove leftover call.
This commit is contained in:
parent
067fdf0055
commit
9aed8a7178
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-11-11 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/normal/main.c (grub_normal_execute): Remove leftover call.
|
||||
|
||||
2011-11-11 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/kern/misc.c (grub_strstr): Moved from here ...
|
||||
|
|
|
@ -274,7 +274,6 @@ grub_normal_execute (const char *config, int nested, int batch)
|
|||
prefix = grub_env_get ("prefix");
|
||||
read_lists (prefix);
|
||||
grub_register_variable_hook ("prefix", NULL, read_lists_hook);
|
||||
grub_command_execute ("parser.grub", 0, 0);
|
||||
}
|
||||
|
||||
if (config)
|
||||
|
|
Loading…
Reference in a new issue