summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-03-25 16:43:24 +0000
committerLeah Rowe <leah@libreboot.org>2023-03-25 16:43:46 +0000
commit883967160c4cfec3387a7406f29438752e2ad9b2 (patch)
tree8b87d8ac1e7dd809c2b716a67f4b65c89bc69ab6 /resources
parentda6bf57a3f57f2625a4903cafb5cfd10ea4a1dae (diff)
build/boot/roms: bugfix: unitialised variable
When using e.g. -p grub in build/boot/roms, it will error out. This patch fixes that. E.g. ./build boot roms t440pmrc_12mb -p grub Seldom used feature and it was overlooked. Most people won't use the option that triggered the error.
Diffstat (limited to 'resources')
-rwxr-xr-xresources/scripts/build/boot/roms1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/scripts/build/boot/roms b/resources/scripts/build/boot/roms
index 7f4e842..4a34f61 100755
--- a/resources/scripts/build/boot/roms
+++ b/resources/scripts/build/boot/roms
@@ -29,6 +29,7 @@
set -u -e
projectname="$(cat projectname)"
+opts=""
listboards() {
for boarddir in resources/coreboot/*; do