mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
download/coreboot allow downloading specific trees
this fixes a regression caused in previous (recent) revisions. this script is a beast, and requires a lot of taming, which is the purpose of my audit
This commit is contained in:
@@ -37,7 +37,7 @@ main()
|
||||
fi
|
||||
[ -f build_error ] && rm -f build_error
|
||||
|
||||
fetch_coreboot_trees
|
||||
fetch_coreboot_trees $@
|
||||
|
||||
rm -f "build_error"
|
||||
printf "\n\n"
|
||||
|
||||
Reference in New Issue
Block a user