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