vendor.sh: remove unnecessary assignment

dl_fail is set to n and then immediately to y afterward

why?

clearly i was dehydrated

Signed-off-by: Leah Rowe <leah@libreboot.org>
20240612_branch
Leah Rowe 2024-05-31 17:26:34 +01:00
parent 17a9d11da1
commit a76dda9330
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@ fetch()
[ "${5#/}" = "$5" ] || $err "fetch: absolute path not allowed: '$5'"
_dest="${5##*../}"
_dl="$vendir/cache/$dlsum"
dl_fail="n"
x_ mkdir -p "${_dl%/*}"