[SCM] debian-live branch, master, updated. 1.0_a48-1-54-gbad1a86

Chris Lamb chris at chris-lamb.co.uk
Tue Aug 12 06:16:04 UTC 2008


The following commit has been merged in the master branch:
commit 79091c13782771002988cae5b9b979cd585e3e0f
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Tue Aug 12 06:06:48 2008 +0100

    Correct indentation of conditional code.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/helpers/lh_source_debian b/helpers/lh_source_debian
index bd515d7..13d60be 100755
--- a/helpers/lh_source_debian
+++ b/helpers/lh_source_debian
@@ -77,10 +77,10 @@ syslinux
 grub
 EOF
 
-if [ "${LH_MEMTEST}" != "disabled" ] && [ "${LH_MEMTEST}" != "none" ]
-then
-	echo "${LH_MEMTEST}" >> chroot/root/dpkg-selection.txt
-fi
+		if [ "${LH_MEMTEST}" != "disabled" ] && [ "${LH_MEMTEST}" != "none" ]
+		then
+			echo "${LH_MEMTEST}" >> chroot/root/dpkg-selection.txt
+		fi
 		;;
 
 	powerpc)

-- 
debian-live



More information about the debian-live-changes mailing list