mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
vendor.sh: tidy up vendor_download()
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-2
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user