summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-04-22 00:09:27 +0100
committerLeah Rowe <leah@libreboot.org>2025-04-22 00:09:27 +0100
commitd114e0a765cba9762f830140399fd00592e6e1f0 (patch)
tree6d0227358fad44184c0100101c2f5ee7efb04b83
parentf59c24f12aa01174eef2d2ffd148aa43983985fa (diff)
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 <leah@libreboot.org>
-rwxr-xr-xmk3
1 files changed, 2 insertions, 1 deletions
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\""