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>
master
Leah Rowe 2025-05-19 23:13:29 +01:00
parent 378a73ce42
commit be598c497b
1 changed files with 1 additions and 1 deletions

View File

@ -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