mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-24 21:54:11 +02: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:
@@ -163,7 +163,8 @@ trees()
|
|||||||
return 1
|
return 1
|
||||||
fi
|
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
|
for d in "elf" "config/data" "config" "src"; do
|
||||||
eval "${d#*/}dir=\"$d/$project\""
|
eval "${d#*/}dir=\"$d/$project\""
|
||||||
|
|||||||
Reference in New Issue
Block a user