Re-order a case statement for consistency.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
Chris Lamb 2008-06-20 11:37:02 +01:00
parent d0f57376eb
commit 627de6d41e
1 changed files with 4 additions and 4 deletions

View File

@ -75,13 +75,13 @@ case "${LH_ARCHITECTURE}" in
ARCH="386"
;;
sparc)
ARCH="spa"
;;
powerpc)
ARCH="ppc"
;;
sparc)
ARCH="spa"
;;
esac
# Working arround vfat limitations