* grub-core/script/execute.c (grub_script_execute_sourcecode): Set
flags.
This commit is contained in:
parent
17821956e7
commit
74ccb5b5e2
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-09-30 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/script/execute.c (grub_script_execute_sourcecode): Set
|
||||
flags.
|
||||
|
||||
2010-09-30 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-setup.c (main) [GRUB_MACHINE_IEEE1275]: Propagate argp
|
||||
|
|
|
@ -513,6 +513,7 @@ grub_script_execute_sourcecode (const char *source, int argc, char **args)
|
|||
|
||||
new_scope.argv.argc = argc;
|
||||
new_scope.argv.args = args;
|
||||
new_scope.flags = 0;
|
||||
|
||||
old_scope = scope;
|
||||
scope = &new_scope;
|
||||
|
|
Loading…
Reference in a new issue