mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
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.
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
set -u -e
|
||||
|
||||
projectname="$(cat projectname)"
|
||||
opts=""
|
||||
|
||||
listboards() {
|
||||
for boarddir in resources/coreboot/*; do
|
||||
|
||||
Reference in New Issue
Block a user