From 0c4ad24b0564a1280034674acdc9d7d5b9e7a41f Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 30 Jun 2024 13:46:31 +0100 Subject: trees: remove unnecessary commonts behaviour described there is obvious just from analysing the while loop condition Signed-off-by: Leah Rowe --- script/trees | 2 -- 1 file changed, 2 deletions(-) (limited to 'script/trees') diff --git a/script/trees b/script/trees index 04459ad0..541b802e 100755 --- a/script/trees +++ b/script/trees @@ -151,8 +151,6 @@ load_target_config() _tcfg="$1/target.cfg" while [ -f "$_tcfg" ] || [ "$cmd" = "build_targets" ]; do - # target.cfg optional on single-tree so return if missing. - # target.cfg mandatory on multi-tree so err if missing. eval `setvars "" rev tree` printf "Loading %s config: %s\n" "$project" "$_tcfg" -- cgit v1.2.1