mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
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>
This commit is contained in:
@@ -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%/*}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user