From 087bbedc5f80d8f7e326032f418aa802228a4a3c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 18 Apr 2025 00:35:48 +0100 Subject: vendor.sh: tidy up vendor_download() Signed-off-by: Leah Rowe --- include/vendor.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') 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() -- cgit v1.2.1