From 342e846f28553b56a9d303eeb0510071ea7fbdd8 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 15 May 2023 00:44:26 +0100 Subject: download/coreboot: consistent function declaration --- resources/scripts/download/coreboot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/scripts') diff --git a/resources/scripts/download/coreboot b/resources/scripts/download/coreboot index bcf9c3cd..04d2c09d 100755 --- a/resources/scripts/download/coreboot +++ b/resources/scripts/download/coreboot @@ -68,8 +68,8 @@ fetch_coreboot_trees() rm -f resources/coreboot/*/seen } -download_for_board() { - +download_for_board() +{ _board="${1}" cbtree="undefined" cbrevision="undefined" -- cgit v1.2.1