summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-08-12 06:06:48 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:38 +0100
commit765b7bb72d89617f070287f70fff3291767c6fe0 (patch)
tree38a4f217c7791d2e75c8df6de38f7ad1ab4676ec
parentddc31653d7dfcedbdfec421429ce35d977dddec1 (diff)
downloadlive-build-765b7bb72d89617f070287f70fff3291767c6fe0.zip
live-build-765b7bb72d89617f070287f70fff3291767c6fe0.tar.gz
Correct indentation of conditional code.
-rwxr-xr-xhelpers/lh_source_debian8
1 files changed, 4 insertions, 4 deletions
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)