mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +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"
|
[ $# -gt 0 ] || $err "No argument given"
|
||||||
export PATH="$PATH:/sbin"
|
export PATH="$PATH:/sbin"
|
||||||
board="$1"
|
board="$1" && readcfg && readkconfig && bootstrap && getfiles; :
|
||||||
readcfg && readkconfig && bootstrap && getfiles; :
|
|
||||||
}
|
}
|
||||||
|
|
||||||
readkconfig()
|
readkconfig()
|
||||||
|
|||||||
Reference in New Issue
Block a user