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"
|
ARCH="386"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
sparc)
|
|
||||||
ARCH="spa"
|
|
||||||
;;
|
|
||||||
|
|
||||||
powerpc)
|
powerpc)
|
||||||
ARCH="ppc"
|
ARCH="ppc"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
sparc)
|
||||||
|
ARCH="spa"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Working arround vfat limitations
|
# Working arround vfat limitations
|
||||||
|
|
Loading…
Reference in New Issue