vendor.sh: tidy up vendor_download()

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-04-18 00:35:48 +01:00
parent e11fd52d95
commit 087bbedc5f
+1 -2
View File
@@ -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()