summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-05-19 23:13:29 +0100
committerLeah Rowe <leah@libreboot.org>2025-05-19 23:13:29 +0100
commit903f78bf080ee8ad9176022005b81a3d3ac530b3 (patch)
tree4ae0f155619259c8ae3c2d3c21cbf9cb0f10b245 /include
parentf15bb8153a3f2fce6e0aea28ce029c889a2e7c76 (diff)
get.sh: add missing check in fetch_project()
we check the main url, but not backup urls. this patch fixes that oversight. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
-rw-r--r--include/get.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/get.sh b/include/get.sh
index 8280d96b..ae2c5a35 100644
--- a/include/get.sh
+++ b/include/get.sh
@@ -22,7 +22,7 @@ fetch_project()
eval "`setvars "" xtree`"
eval "`setcfg "config/git/$project/pkg.cfg"`"
- chkvars url
+ chkvars url bkup_url
[ -n "$xtree" ] && x_ ./mk -f coreboot "$xtree"
[ -z "$depend" ] || for d in $depend ; do