Revert "tree.sh: add missing colon at the end of trees()"

This reverts commit 568887cd5e.

This commit broke ./mk -d coreboot for vendor files in lbmk.
This commit is contained in:
Leah Rowe
2025-09-04 15:27:07 +01:00
parent f6d5b44757
commit aa38608bff
+1 -1
View File
@@ -64,7 +64,7 @@ trees()
targets="$*"
cmd="build_targets $targets"
singletree "$project" && cmd="build_project"; :
singletree "$project" && cmd="build_project"
}
build_project()