diff options
author | Leah Rowe <leah@libreboot.org> | 2024-07-10 21:43:13 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-07-10 21:43:13 +0100 |
commit | 17f3e61a0e4fa84b78ab2951a780d6964095a052 (patch) | |
tree | 64619c186c0dfbaa124a3bfb4240d9a6e19c648d | |
parent | c0a4df688c2844794485709e82a0b821e2a32741 (diff) |
trees: merge build_targets() with handle_targets()
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-x | script/trees | 5 |
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 |