mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-20 05:36:23 +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
|
set -u -e
|
||||||
|
|
||||||
projectname="$(cat projectname)"
|
projectname="$(cat projectname)"
|
||||||
|
opts=""
|
||||||
|
|
||||||
listboards() {
|
listboards() {
|
||||||
for boarddir in resources/coreboot/*; do
|
for boarddir in resources/coreboot/*; do
|
||||||
|
|||||||
Reference in New Issue
Block a user