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
parent
17a9d11da1
commit
a76dda9330
|
@ -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%/*}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue