mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-28 15:09:04 +02:00
inject.sh: add missing semicolons
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -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; :
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user