diff options
-rw-r--r-- | include/vendor.sh | 3 |
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() |