mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
download/coreboot: fix misnamed variable
This commit is contained in:
@@ -105,7 +105,7 @@ download_for_board()
|
||||
touch "resources/coreboot/${_board}/seen"
|
||||
|
||||
if [ "${_board}" != "${cbtree}" ]; then
|
||||
board="${cbtree}"
|
||||
_board="${cbtree}"
|
||||
else
|
||||
if [ "${cbtree}" = "undefined" ]; then
|
||||
printf "ERROR: download/coreboot:"
|
||||
|
||||
Reference in New Issue
Block a user