Skip to content
Snippets Groups Projects
Commit 162f4bf5 authored by Leah Rowe's avatar Leah Rowe
Browse files

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
parent 56b80c0a
Branches
No related merge requests found
......@@ -26,6 +26,10 @@
[ "x${DEBUG+set}" = 'xset' ] && set -v
set -u -e
_board=""
cbtree=""
cbrevision=""
main()
{
if [ $# -eq 1 ] && [ "$1" = "--help" ] ; then
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment