From: Vladimir 'phcoder' Serbinenko Date: Thu, 30 Sep 2010 18:59:20 +0000 (+0200) Subject: * grub-core/script/execute.c (grub_script_execute_sourcecode): Set X-Git-Tag: 1.99~405 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74ccb5b5e2bb29a037bcdc4b3b1fbd89b26b57d8;p=thirdparty%2Fgrub.git * grub-core/script/execute.c (grub_script_execute_sourcecode): Set flags. --- diff --git a/ChangeLog b/ChangeLog index 85fcbb02c..b89679741 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-09-30 Vladimir Serbinenko + + * grub-core/script/execute.c (grub_script_execute_sourcecode): Set + flags. + 2010-09-30 Vladimir Serbinenko * util/grub-setup.c (main) [GRUB_MACHINE_IEEE1275]: Propagate argp diff --git a/grub-core/script/execute.c b/grub-core/script/execute.c index 2cadb0e1b..d859a13bd 100644 --- a/grub-core/script/execute.c +++ b/grub-core/script/execute.c @@ -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;