summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-05-08 22:17:35 +0100
committerLeah Rowe <leah@libreboot.org>2025-05-08 22:17:35 +0100
commit1ce3e7a3d39cced1749b909fba9228b877c77339 (patch)
tree346b25330ea5beb5adbb92bb361096768781439a
parent0d876622fcb715eb8cfc03a1bf9bb138fd845731 (diff)
mk: add missing error handli for mk -f
on the release command, that is Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-xmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk b/mk
index 0c156523..aa89710a 100755
--- a/mk
+++ b/mk
@@ -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"