commit:     a2ba0bda5c5a38a2f34d1a26002d3f4f73776f48
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  3 07:46:55 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Apr  3 07:47:41 2020 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=a2ba0bda

targets: Add missing "in"

Fixes: a55e0890b809 (targets: Switch from SILO to GRUB on SPARC)
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 targets/support/create-iso.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index 6d95c398..9b10b7cf 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -226,7 +226,7 @@ case ${clst_hostarch} in
                esac
        ;;
        ppc*|powerpc*|sparc*)
-               case ${clst_hostarch}
+               case ${clst_hostarch} in
                sparc*) extra_opts="--sparc-boot" ;;
                esac
 

Reply via email to