diff options
author | Leah Rowe <leah@libreboot.org> | 2023-05-15 01:12:37 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-05-15 01:12:37 +0100 |
commit | f858baea93ee8ca5aa37d7458826f9a69ec84dee (patch) | |
tree | 3695a42bb06f87974ffbf91bc2dee41ecd0c166d /resources/scripts/download | |
parent | a33e5c67f3be27eb236c7046db8a459ae9dee5c1 (diff) |
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
Diffstat (limited to 'resources/scripts/download')
-rwxr-xr-x | resources/scripts/download/coreboot | 2 |
1 files changed, 1 insertions, 1 deletions
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" |