inject.sh: add missing semicolons

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-05-27 11:29:04 +01:00
parent 974bdbb381
commit 267d4c9034
+1 -1
View File
@@ -65,7 +65,7 @@ check_release()
*.tar.xz) _stripped_prefix="${archivename#*_}"
board="${_stripped_prefix%.tar.xz}" ;;
*)
err "'$archive': could not detect board type"
err "'$archive': could not detect board type" ;;
esac; :
}