minor fix
This commit is contained in:
parent
d13f69de73
commit
53018ca6c3
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ grub_script_execute_cmdline (struct grub_script_cmd *cmd)
|
|||
grub_free (assign);
|
||||
|
||||
grub_snprintf (errnobuf, sizeof (errnobuf), "%d", grub_errno);
|
||||
grub_script_env_set ("?", errnobuf);
|
||||
grub_env_set ("?", errnobuf);
|
||||
|
||||
grub_print_error ();
|
||||
|
||||
|
|
Loading…
Reference in a new issue