]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/script/execute.c (grub_script_execute_sourcecode): Set
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 30 Sep 2010 18:59:20 +0000 (20:59 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 30 Sep 2010 18:59:20 +0000 (20:59 +0200)
flags.

ChangeLog
grub-core/script/execute.c

index 85fcbb02cd56eebf7ddd981f4840a22ca00aa1c5..b8967974174d100f69b93c388f929820304cff80 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 2cadb0e1b8355a31bae0ba2fa6a920ecf8e4ef5a..d859a13bdc930c5fae591a03059732e2b9e959ec 100644 (file)
@@ -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;