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 handlefsdg20230625
parent
56b80c0a4c
commit
162f4bf5dd
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue