summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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%/*}"