trees: remove unnecessary commonts

behaviour described there is obvious just
from analysing the while loop condition

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit6
Leah Rowe 2024-06-30 13:46:31 +01:00
parent eacc41e82a
commit 0c4ad24b05
1 changed files with 0 additions and 2 deletions

View File

@ -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"