diff --git a/resources/scripts/download/coreboot b/resources/scripts/download/coreboot
index 2523d7d94311a14eb643536d88154fe92eb519d2..512616dd7f682256c2583778710956bda5c36507 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()