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 ad851804b8
commit bc9ea0a1aa

View File

@@ -61,7 +61,7 @@ check_release()
*_src.tar.xz) err "'$archive' is a src archive, silly!" ;;
*.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; :
}