* commands/parttool.c (grub_cmd_parttool): Fix #if !GRUB_NO_MODULES
condition.
This commit is contained in:
parent
7dd5a111ba
commit
265d68cd10
2 changed files with 9 additions and 4 deletions
|
@ -175,7 +175,7 @@ grub_cmd_parttool (grub_command_t cmd __attribute__ ((unused)),
|
|||
}
|
||||
|
||||
/* Load modules. */
|
||||
#if GRUB_NO_MODULES
|
||||
#if !GRUB_NO_MODULES
|
||||
{
|
||||
const char *prefix;
|
||||
prefix = grub_env_get ("prefix");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue