mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
minor code cleanup in the build system
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-2
@@ -11,8 +11,7 @@ fetch_project_trees()
|
||||
[ ! -d "src/$project/$project" ] && x_ mkdir -p "src/$project" \
|
||||
&& fetch_project_repo "$project"
|
||||
fetch_config
|
||||
e "src/$project/$tree" d && return 0
|
||||
prepare_new_tree
|
||||
e "src/$project/$tree" d || prepare_new_tree; return 0
|
||||
}
|
||||
|
||||
fetch_config()
|
||||
|
||||
Reference in New Issue
Block a user