From 765b7bb72d89617f070287f70fff3291767c6fe0 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Tue, 12 Aug 2008 06:06:48 +0100 Subject: Correct indentation of conditional code. --- helpers/lh_source_debian | 8 ++++---- 1 file 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) -- cgit v1.0