mirror of
https://codeberg.org/canoeboot/cbmk.git
synced 2025-08-06 12:45:30 +01:00
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>
This commit is contained in:
parent
d9908ca648
commit
7786ea4250
1 changed files with 2 additions and 1 deletions
3
mk
3
mk
|
@ -162,7 +162,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\""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue