diff --git a/script/trees b/script/trees index ed7cb7a..ad24117 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