update the fetch scripts themselves

the fetch scripts call themselves, for dependencies

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-09-01 09:38:24 +01:00
parent 98f30b6dbe
commit 0e782e7ee5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ fetch_from_upstream()
[ -d "${project}" ] || return 1
[ -d "${project}/${project}" ] && return 0
./fetch ${project} || return 1
./update project repo ${project} || return 1
}
prepare_new_tree()