Skip to content
Snippets Groups Projects
Commit 62038f1d authored by Leah Rowe's avatar Leah Rowe
Browse files

download/coreboot: fix misnamed variable

parent 342e846f
Branches
No related merge requests found
......@@ -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:"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment