diff --git a/resources/scripts/download/coreboot b/resources/scripts/download/coreboot index 2523d7d9..512616dd 100755 --- a/resources/scripts/download/coreboot +++ b/resources/scripts/download/coreboot @@ -38,12 +38,9 @@ main() elif [ $# -eq 1 ] && [ "$1" = "--list-boards" ] ; then list_supported_boards exit 0 + else + fetch_coreboot_trees $@ fi - - fetch_coreboot_trees $@ - - printf "\n\n" - exit 0 } fetch_coreboot_trees()