simplify
This commit is contained in:
parent
0878653f65
commit
1d05467678
1 changed files with 1 additions and 3 deletions
|
@ -40,9 +40,7 @@ grub_extcmd_dispatcher (struct grub_command *cmd, int argc, char **args,
|
||||||
context.extcmd = ext;
|
context.extcmd = ext;
|
||||||
context.script = script;
|
context.script = script;
|
||||||
|
|
||||||
/* Dynamic commands should not perform option parsing before
|
if (! ext->options)
|
||||||
corresponding module gets loaded. */
|
|
||||||
if (cmd->flags & GRUB_COMMAND_FLAG_DYNCMD)
|
|
||||||
{
|
{
|
||||||
ret = (ext->func) (&context, argc, args);
|
ret = (ext->func) (&context, argc, args);
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Reference in a new issue