Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-11-01 10:34:05 +00:00
parent 82bd87fa16
commit 1f1498be74
6 changed files with 24 additions and 12 deletions
+3 -1
View File
@@ -39,7 +39,9 @@ main()
check_board()
{
if ! check_release "${archive}" ; then
failcheck="n"
check_release "${archive}" || failcheck="y"
if [ "${failcheck}" = "y" ]; then
[ -f "${rom}" ] || \
err "check_board: \"${rom}\" is not a valid path"
[ -z "${rom+x}" ] && \