summaryrefslogtreecommitdiff
path: root/include/rom.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-10-02 06:53:36 +0100
committerLeah Rowe <leah@libreboot.org>2025-10-02 06:53:36 +0100
commit15cefca84b4708b1e837a7092a7372c29f842e42 (patch)
treec16b6ead04eb56cfaeafb7eb99c1f96206a54aa5 /include/rom.sh
parent2b4b5bf82e7b77fc4912028901df421f5e67fb0b (diff)
rom.sh: remove superfluous eval statement
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/rom.sh')
-rw-r--r--include/rom.sh3
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"`"