diff options
| author | Leah Rowe <leah@libreboot.org> | 2025-04-22 00:09:27 +0100 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2025-04-22 00:09:27 +0100 | 
| commit | d114e0a765cba9762f830140399fd00592e6e1f0 (patch) | |
| tree | 6d0227358fad44184c0100101c2f5ee7efb04b83 /mk | |
| parent | f59c24f12aa01174eef2d2ffd148aa43983985fa (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>
Diffstat (limited to 'mk')
| -rwxr-xr-x | mk | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -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\"" | 
