From f858baea93ee8ca5aa37d7458826f9a69ec84dee Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 15 May 2023 01:12:37 +0100 Subject: download/coreboot allow downloading specific trees this fixes a regression caused in previous (recent) revisions. this script is a beast, and requires a lot of taming, which is the purpose of my audit --- resources/scripts/download/coreboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/scripts/download/coreboot b/resources/scripts/download/coreboot index 87f38987..7aa8d916 100755 --- a/resources/scripts/download/coreboot +++ b/resources/scripts/download/coreboot @@ -37,7 +37,7 @@ main() fi [ -f build_error ] && rm -f build_error - fetch_coreboot_trees + fetch_coreboot_trees $@ rm -f "build_error" printf "\n\n" -- cgit v1.2.1