summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-06-20 11:37:02 +0100
committerChris Lamb <chris@chris-lamb.co.uk>2008-06-20 11:37:02 +0100
commit627de6d41e822391eec2d5ccd101725595317300 (patch)
tree3900e369594b6ba88bb695ddaa4e88bac5768aac /helpers
parentd0f57376eb7e58555a4a9aa5d0ba107df9db8c3a (diff)
downloadvyos-live-build-627de6d41e822391eec2d5ccd101725595317300.tar.gz
vyos-live-build-627de6d41e822391eec2d5ccd101725595317300.zip
Re-order a case statement for consistency.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_binary_includes8
1 files changed, 4 insertions, 4 deletions
diff --git a/helpers/lh_binary_includes b/helpers/lh_binary_includes
index e86150f38..f97d735f7 100755
--- a/helpers/lh_binary_includes
+++ b/helpers/lh_binary_includes
@@ -75,13 +75,13 @@ case "${LH_ARCHITECTURE}" in
ARCH="386"
;;
- sparc)
- ARCH="spa"
- ;;
-
powerpc)
ARCH="ppc"
;;
+
+ sparc)
+ ARCH="spa"
+ ;;
esac
# Working arround vfat limitations