From bc9ea0a1aa08bfebac35c458c030f71e2c2d0614 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 27 May 2025 11:29:04 +0100 Subject: inject.sh: add missing semicolons Signed-off-by: Leah Rowe --- include/inject.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/inject.sh') diff --git a/include/inject.sh b/include/inject.sh index 80ab8b49..de97de71 100644 --- a/include/inject.sh +++ b/include/inject.sh @@ -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; : } -- cgit v1.2.1