From 70cdb03f7f4c229917b096bde14473e6609f4643 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 4 Oct 2025 08:08:34 +0100 Subject: vendor.sh: correction to fsp hack i unrolled these lines earlier, but this line was incorrect; dl was already handled. it's dl_bkup that we have to handle here. Signed-off-by: Leah Rowe --- include/vendor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/vendor.sh b/include/vendor.sh index 7a9f4ffe..6dd84f6a 100644 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -188,7 +188,7 @@ fetch() [ -f "$_cdp" ] || _cdp="$cbdir/$_cdp"; : [ -f "$_cdp" ] && dl="$_cdp"; : - dl="${dl_bkup##*../}" + dl_bkup="${dl_bkup##*../}" _cdp="$dl_bkup" [ -f "$_cdp" ] || _cdp="$cbdir/$_cdp"; : [ -f "$_cdp" ] && dl_bkup="$_cdp"; : -- cgit v1.2.1