minor fix
This commit is contained in:
parent
d13f69de73
commit
53018ca6c3
@ -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…
x
Reference in New Issue
Block a user