summaryrefslogtreecommitdiff
path: root/include/git.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-09 18:48:58 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-09 18:48:58 +0100
commit2ee186aee3aa3ab9619ed9549bd3b82909dcfbd0 (patch)
tree9b3fdf6f9c27e5d59aa1b0204129942c0a9999e4 /include/git.sh
parentc5441bb9f538ca45468db21c1c62f45680349a3d (diff)
minor code cleanup in the build system
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/git.sh')
-rwxr-xr-xinclude/git.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/git.sh b/include/git.sh
index 3ee27fc6..46b63014 100755
--- a/include/git.sh
+++ b/include/git.sh
@@ -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()