diff options
author | Leah Rowe <leah@libreboot.org> | 2023-05-15 00:44:26 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-05-15 00:44:26 +0100 |
commit | 342e846f28553b56a9d303eeb0510071ea7fbdd8 (patch) | |
tree | addba8c2be05ee0e7b43471ab1b6623a90cc2d4d /resources/scripts/download/coreboot | |
parent | c32ae5979fbd2c32e9712be067a2a967365512e1 (diff) |
download/coreboot: consistent function declaration
Diffstat (limited to 'resources/scripts/download/coreboot')
-rwxr-xr-x | resources/scripts/download/coreboot | 4 |
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" |