diff options
| author | Leah Rowe <leah@libreboot.org> | 2024-06-30 13:46:31 +0100 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2024-06-30 13:46:31 +0100 | 
| commit | 0c4ad24b0564a1280034674acdc9d7d5b9e7a41f (patch) | |
| tree | 5b062c6c666cf9ee940dd26941d7fef47c256bb8 | |
| parent | eacc41e82af5975ffd310337b0b77d6bb4e5db64 (diff) | |
trees: remove unnecessary commonts
behaviour described there is obvious just
from analysing the while loop condition
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rwxr-xr-x | script/trees | 2 | 
1 files changed, 0 insertions, 2 deletions
| 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" | 
