mk: add missing error handli for mk -f

on the release command, that is

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-05-08 22:17:35 +01:00
parent 0d876622fc
commit 1ce3e7a3d3

2
mk
View File

@@ -67,7 +67,7 @@ build_release()
(
cd "$srcdir" || err "$vdir: !cd \"$srcdir\""
./mk -f
x_ ./mk -f
rmgit .
x_ mv src/docs docs
) || err "can't create release files"