From 162f4bf5ddd5edb584c2821cad16230e0fee2ed0 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 15 May 2023 02:17:39 +0100 Subject: download/coreboot: use global variables i'm going to move the config recursion check into a separate function, and global variables make it easier to handle --- resources/scripts/download/coreboot | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'resources') diff --git a/resources/scripts/download/coreboot b/resources/scripts/download/coreboot index 45af272a..ec99a26f 100755 --- a/resources/scripts/download/coreboot +++ b/resources/scripts/download/coreboot @@ -26,6 +26,10 @@ [ "x${DEBUG+set}" = 'xset' ] && set -v set -u -e +_board="" +cbtree="" +cbrevision="" + main() { if [ $# -eq 1 ] && [ "$1" = "--help" ] ; then -- cgit v1.2.1