summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-04-18 00:35:48 +0100
committerLeah Rowe <leah@libreboot.org>2025-04-18 00:35:48 +0100
commit087bbedc5f80d8f7e326032f418aa802228a4a3c (patch)
tree619e80ed25d96cba7a7fd040208e73a6cf28be86 /include
parente11fd52d958d93590a499a2d88139302dd057f5c (diff)
vendor.sh: tidy up vendor_download()
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
-rw-r--r--include/vendor.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vendor.sh b/include/vendor.sh
index a761cfaa..c4e57069 100644
--- a/include/vendor.sh
+++ b/include/vendor.sh
@@ -42,8 +42,7 @@ vendor_download()
{
[ $# -gt 0 ] || $err "No argument given"
export PATH="$PATH:/sbin"
- board="$1"
- readcfg && readkconfig && bootstrap && getfiles; :
+ board="$1" && readcfg && readkconfig && bootstrap && getfiles; :
}
readkconfig()