mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
bc4bc4b67e
ii used to rely on errno for exit status, but this was flawed. when removing it, i neglected to adjust the actual error exits, setting errno accordingly. this patch should fix it. this is important for scripts that use nvmutil, which may rely on its error status upon exit. Signed-off-by: Leah Rowe <leah@libreboot.org>