From a76dda9330b526b745caabb874574531c7f7dc72 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 31 May 2024 17:26:34 +0100 Subject: 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 --- include/vendor.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'include/vendor.sh') 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%/*}" -- cgit v1.2.1