Re-order a case statement for consistency.

This commit is contained in:
Chris Lamb 2008-06-20 11:37:02 +01:00 committed by Daniel Baumann
parent a46e647710
commit 412ac01000
1 changed files with 4 additions and 4 deletions

View File

@ -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