mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
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:
+1
-1
@@ -64,7 +64,7 @@ trees()
|
||||
|
||||
targets="$*"
|
||||
cmd="build_targets $targets"
|
||||
singletree "$project" && cmd="build_project"; :
|
||||
singletree "$project" && cmd="build_project"
|
||||
}
|
||||
|
||||
build_project()
|
||||
|
||||
Reference in New Issue
Block a user