summaryrefslogtreecommitdiff
path: root/include/vendor.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-05-23 14:13:47 +0100
committerLeah Rowe <leah@libreboot.org>2025-05-23 14:13:47 +0100
commit383b9754fc65ed407ff57c8bc917ab839d37b0a7 (patch)
tree1aafbfc3e4fdae96bbf3cb1a92e608766fe8f17e /include/vendor.sh
parent34dac6da99bd79ec75e63997aaebbf5de2debbe8 (diff)
parent3e28873532b13a750df04d8dad8ffacb159cc7da (diff)
Merge branch 'master' into 25.06_branch25.06_branch
Diffstat (limited to 'include/vendor.sh')
-rw-r--r--include/vendor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vendor.sh b/include/vendor.sh
index 2732eade..99fc7467 100644
--- a/include/vendor.sh
+++ b/include/vendor.sh
@@ -107,7 +107,7 @@ fetch()
[ "$dl_type" = "fsp" ] && for _cdl in dl dl_bkup; do
eval "$_cdl=\"\${$_cdl##*../}\"; _cdp=\"\$$_cdl\""
[ -f "$_cdp" ] || _cdp="$cbdir/$_cdp"
- [ -f "$_cdp" ] && eval "$_cdl=\"$_cdp\""
+ [ -f "$_cdp" ] && eval "$_cdl=\"$_cdp\""; :
done; :
# download the file (from the internet) to extract from