download/coreboot: fix misnamed variable

fsdg20230625
Leah Rowe 2023-05-15 00:47:31 +01:00
parent 342e846f28
commit 62038f1d03
1 changed files with 1 additions and 1 deletions

View File

@ -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:"