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