From d114e0a765cba9762f830140399fd00592e6e1f0 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 22 Apr 2025 00:09:27 +0100 Subject: mk: don't print confirmation of git pkg.cfg otherwise, the "list" commands include such text, where they should not. Signed-off-by: Leah Rowe --- mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mk b/mk index a8e4e617..c07e4895 100755 --- a/mk +++ b/mk @@ -163,7 +163,8 @@ trees() return 1 fi - x_ e "config/git/$project/pkg.cfg" f + [ -f "config/git/$project/pkg.cfg" ] || \ + $err "config/git/$project/pkg.cfg missing" for d in "elf" "config/data" "config" "src"; do eval "${d#*/}dir=\"$d/$project\"" -- cgit v1.2.1