mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +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
|
fi
|
||||||
[ -f build_error ] && rm -f build_error
|
[ -f build_error ] && rm -f build_error
|
||||||
|
|
||||||
fetch_coreboot_trees
|
fetch_coreboot_trees $@
|
||||||
|
|
||||||
rm -f "build_error"
|
rm -f "build_error"
|
||||||
printf "\n\n"
|
printf "\n\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user