summaryrefslogtreecommitdiff
path: root/include/vendor.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-05-31 17:26:34 +0100
committerLeah Rowe <leah@libreboot.org>2024-05-31 17:27:13 +0100
commita76dda9330b526b745caabb874574531c7f7dc72 (patch)
tree0463f4b05f97776391db66b3c6aad5f73b37872d /include/vendor.sh
parent17a9d11da1f7a13664c77b18aec022c1d657fa66 (diff)
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>
Diffstat (limited to 'include/vendor.sh')
-rwxr-xr-xinclude/vendor.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vendor.sh b/include/vendor.sh
index f307fcbd..53f8e9c6 100755
--- a/include/vendor.sh
+++ b/include/vendor.sh
@@ -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%/*}"