Ulrich Mueller writes: > [[PGP Signed Part:Undecided]] >>>>>> On Fri, 21 Jul 2023, Sam James wrote: > >> @@ -162,6 +162,12 @@ kernel-install_get_qemu_arch() { >> ppc64) >> echo ppc64 >> ;; >> + sparc) >> + echo sparc >> + ;; >> + sparc64) >> + echo sparc64 >> + ;; >> riscv) >> echo riscv >> ;; > > Looks like the case patterns are in alphabetical order everywhere else, > so why not here? It was late and I forgot the alphabet ;) I'll fix that locally.