Re-order a case statement for consistency.
This commit is contained in:
parent
a46e647710
commit
412ac01000
|
@ -75,13 +75,13 @@ case "${LH_ARCHITECTURE}" in
|
|||
ARCH="386"
|
||||
;;
|
||||
|
||||
sparc)
|
||||
ARCH="spa"
|
||||
;;
|
||||
|
||||
powerpc)
|
||||
ARCH="ppc"
|
||||
;;
|
||||
|
||||
sparc)
|
||||
ARCH="spa"
|
||||
;;
|
||||
esac
|
||||
|
||||
# Working arround vfat limitations
|
||||
|
|
Loading…
Reference in New Issue