[SCM] debian-live branch, master, updated. 1.0_a48-1-98-gea96223
Daniel Baumann
daniel at debian.org
Sat Aug 23 22:49:26 UTC 2008
The following commit has been merged in the master branch:
commit 6eb79317b992ee29a4fc18e5ce1835952f88973e
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