mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-12 22:42:54 +02:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user