pull-in block-arg again
This commit is contained in:
commit
004f491eed
1 changed files with 3 additions and 1 deletions
|
@ -197,7 +197,9 @@ grub_script_arglist_to_argv (struct grub_script_arglist *arglist,
|
|||
break;
|
||||
|
||||
case GRUB_SCRIPT_ARG_TYPE_BLOCK:
|
||||
if (grub_script_argv_append (&result, arg->str) ||
|
||||
if (grub_script_argv_append (&result, "{") ||
|
||||
grub_script_argv_append (&result, arg->str) ||
|
||||
grub_script_argv_append (&result, "}") ||
|
||||
grub_script_argv_script_append (&result, arg->block))
|
||||
goto fail;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue