diff options
author | Leah Rowe <leah@libreboot.org> | 2023-05-15 00:47:31 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-05-15 00:47:31 +0100 |
commit | 62038f1d03d3626854b405b5e42f17c82053c12f (patch) | |
tree | 3382d48fef1948d5ff8a34274fae9c95b2c02617 /resources/scripts/download/coreboot | |
parent | 342e846f28553b56a9d303eeb0510071ea7fbdd8 (diff) |
download/coreboot: fix misnamed variable
Diffstat (limited to 'resources/scripts/download/coreboot')
-rwxr-xr-x | resources/scripts/download/coreboot | 2 |
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:" |