mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 18:19:57 +02:00
download/coreboot: use global variables
i'm going to move the config recursion check into a separate function, and global variables make it easier to handle
This commit is contained in:
@@ -26,6 +26,10 @@
|
|||||||
[ "x${DEBUG+set}" = 'xset' ] && set -v
|
[ "x${DEBUG+set}" = 'xset' ] && set -v
|
||||||
set -u -e
|
set -u -e
|
||||||
|
|
||||||
|
_board=""
|
||||||
|
cbtree=""
|
||||||
|
cbrevision=""
|
||||||
|
|
||||||
main()
|
main()
|
||||||
{
|
{
|
||||||
if [ $# -eq 1 ] && [ "$1" = "--help" ] ; then
|
if [ $# -eq 1 ] && [ "$1" = "--help" ] ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user