diff options
-rwxr-xr-x | resources/scripts/download/coreboot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/scripts/download/coreboot b/resources/scripts/download/coreboot index 45af272a..ec99a26f 100755 --- a/resources/scripts/download/coreboot +++ b/resources/scripts/download/coreboot @@ -26,6 +26,10 @@ [ "x${DEBUG+set}" = 'xset' ] && set -v set -u -e +_board="" +cbtree="" +cbrevision="" + main() { if [ $# -eq 1 ] && [ "$1" = "--help" ] ; then |