summaryrefslogtreecommitdiff
path: root/script/trees
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-07-10 21:43:13 +0100
committerLeah Rowe <leah@libreboot.org>2024-07-10 21:43:13 +0100
commit17f3e61a0e4fa84b78ab2951a780d6964095a052 (patch)
tree64619c186c0dfbaa124a3bfb4240d9a6e19c648d /script/trees
parentc0a4df688c2844794485709e82a0b821e2a32741 (diff)
trees: merge build_targets() with handle_targets()
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/trees')
-rwxr-xr-xscript/trees5
1 files changed, 0 insertions, 5 deletions
diff --git a/script/trees b/script/trees
index ed7cb7a5..ad241172 100755
--- a/script/trees
+++ b/script/trees
@@ -88,11 +88,6 @@ build_targets()
[ $# -gt 0 ] || \
targets="$(ls -1 "$cfgsdir")" || $err "$cfgsdir: Canot get options"
- handle_targets
-}
-
-handle_targets()
-{
for x in $targets; do
[ "$x" = "list" ] && x_ ls -1 "config/$project" && \
listfile="" && break