summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-05-15 00:47:31 +0100
committerLeah Rowe <leah@libreboot.org>2023-05-15 00:47:31 +0100
commit62038f1d03d3626854b405b5e42f17c82053c12f (patch)
tree3382d48fef1948d5ff8a34274fae9c95b2c02617 /resources
parent342e846f28553b56a9d303eeb0510071ea7fbdd8 (diff)
download/coreboot: fix misnamed variable
Diffstat (limited to 'resources')
-rwxr-xr-xresources/scripts/download/coreboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/download/coreboot b/resources/scripts/download/coreboot
index 04d2c09d..6e4b0d44 100755
--- a/resources/scripts/download/coreboot
+++ b/resources/scripts/download/coreboot
@@ -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:"