download/coreboot: fix misnamed variable
parent
342e846f28
commit
62038f1d03
|
@ -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:"
|
||||
|
|
Loading…
Reference in New Issue