merge with mainline

This commit is contained in:
BVK Chaitanya 2010-08-12 09:46:01 +05:30
commit 8908e49937
62 changed files with 3987 additions and 1438 deletions

View file

@ -297,7 +297,7 @@ grub_script_execute_cmdline (struct grub_script_cmd *cmd)
struct grub_script_argv argv = { 0, 0 };
/* Lookup the command. */
if (grub_script_arglist_to_argv (cmdline->arglist, &argv))
if (grub_script_arglist_to_argv (cmdline->arglist, &argv) || ! argv.args[0])
return grub_errno;
cmdname = argv.args[0];