Re-order a case statement for consistency.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
d0f57376eb
commit
627de6d41e
|
@ -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