diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-08 22:17:35 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-08 22:17:35 +0100 |
commit | 1ce3e7a3d39cced1749b909fba9228b877c77339 (patch) | |
tree | 346b25330ea5beb5adbb92bb361096768781439a | |
parent | 0d876622fcb715eb8cfc03a1bf9bb138fd845731 (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-x | mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |