From 62038f1d03d3626854b405b5e42f17c82053c12f Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 15 May 2023 00:47:31 +0100 Subject: download/coreboot: fix misnamed variable --- resources/scripts/download/coreboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/scripts') 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:" -- cgit v1.2.1