summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-05-27 11:29:04 +0100
committerLeah Rowe <leah@libreboot.org>2025-06-05 23:39:57 +0100
commit267d4c903413c4eccc4271b00f872a7dd3d1a165 (patch)
tree66f43a5e8c626490f419481003f2bf7bad0aec19
parent974bdbb38159d90b90eeff68220c7464b418866d (diff)
inject.sh: add missing semicolons
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--include/inject.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inject.sh b/include/inject.sh
index a58acc81..795b2c70 100644
--- a/include/inject.sh
+++ b/include/inject.sh
@@ -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; :
}