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 auditfsdg20230625
parent
a33e5c67f3
commit
f858baea93
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue