summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-05-15 00:44:26 +0100
committerLeah Rowe <leah@libreboot.org>2023-05-15 00:44:26 +0100
commit342e846f28553b56a9d303eeb0510071ea7fbdd8 (patch)
treeaddba8c2be05ee0e7b43471ab1b6623a90cc2d4d /resources
parentc32ae5979fbd2c32e9712be067a2a967365512e1 (diff)
download/coreboot: consistent function declaration
Diffstat (limited to 'resources')
-rwxr-xr-xresources/scripts/download/coreboot4
1 files changed, 2 insertions, 2 deletions
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"