diff options
author | Leah Rowe <leah@libreboot.org> | 2025-10-02 06:53:36 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-10-02 06:53:36 +0100 |
commit | 15cefca84b4708b1e837a7092a7372c29f842e42 (patch) | |
tree | c16b6ead04eb56cfaeafb7eb99c1f96206a54aa5 | |
parent | 2b4b5bf82e7b77fc4912028901df421f5e67fb0b (diff) |
rom.sh: remove superfluous eval statement
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r-- | include/rom.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rom.sh b/include/rom.sh index 5516cdf7..2dd16c70 100644 --- a/include/rom.sh +++ b/include/rom.sh @@ -42,7 +42,8 @@ copyps1bios() mkpayload_grub() { - eval "`setvars "" grub_modules grub_install_modules`" + grub_modules="" + grub_install_modules="" $dry eval "`setcfg "$grubdata/module/$tree"`" |