diff options
Diffstat (limited to 'resources/scripts/download')
-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:" |