Rename jail to extractor
This commit is contained in:
parent
1b71d7500b
commit
a38b701cbf
12 changed files with 37 additions and 35 deletions
|
@ -201,7 +201,7 @@ grub_cmd_legacy_configfile (struct grub_command *cmd __attribute__ ((unused)),
|
|||
return grub_error (GRUB_ERR_BAD_ARGUMENT, "file name required");
|
||||
|
||||
grub_cls ();
|
||||
grub_env_context_open (1);
|
||||
grub_env_context_open ();
|
||||
|
||||
ret = legacy_file (args[0]);
|
||||
grub_env_context_close ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue