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 <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-10-04 08:08:34 +01:00
parent 1eafcf9029
commit 70cdb03f7f
+1 -1
View File
@@ -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"; :