blobutil: exit 1 if a called script fails

Signed-off-by: Leah Rowe <leah@libreboot.org>
fsdg20230625
Leah Rowe 2023-05-18 10:11:32 +01:00
parent e62215718c
commit a212a5bec8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ main()
exit 1
fi
./${script_dir}/${mode} ${args}
./${script_dir}/${mode} ${args} || exit 1
./.gitcheck clean
}