[SCM] live-helper branch, debian-next, updated. debian/2.0_a7-1-15-g8f11bd4

Daniel Baumann daniel at debian.org
Fri Feb 19 22:47:04 UTC 2010


The following commit has been merged in the debian-next branch:
commit 8f11bd4373271ab47446901e7ab84957cd514caf
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Feb 19 23:43:03 2010 +0100

    Correcting syntax error in previous commit.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index b4a34ce..f46ec23 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -671,7 +671,7 @@ Set_defaults ()
 	# Setting image type
 	case "${LH_DISTRIBUTION}" in
 		squeeze|sid)
-			case "${LH_ARCHITECTURE}"
+			case "${LH_ARCHITECTURE}" in
 				amd64|i386)
 					LH_BINARY_IMAGES="${LH_BINARY_IMAGES:-iso-hybrid}"
 					;;

-- 
live-helper



More information about the debian-live-changes mailing list