mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-20 05:36:23 +02:00
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>
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ fetch_project()
|
|||||||
eval "`setvars "" xtree`"
|
eval "`setvars "" xtree`"
|
||||||
eval "`setcfg "config/git/$project/pkg.cfg"`"
|
eval "`setcfg "config/git/$project/pkg.cfg"`"
|
||||||
|
|
||||||
chkvars url
|
chkvars url bkup_url
|
||||||
|
|
||||||
[ -n "$xtree" ] && x_ ./mk -f coreboot "$xtree"
|
[ -n "$xtree" ] && x_ ./mk -f coreboot "$xtree"
|
||||||
[ -z "$depend" ] || for d in $depend ; do
|
[ -z "$depend" ] || for d in $depend ; do
|
||||||
|
|||||||
Reference in New Issue
Block a user