Correct indentation of conditional code.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
Chris Lamb 2008-08-12 06:06:48 +01:00 committed by Daniel Baumann
parent ee81905f8e
commit 9ffd1c7c23
1 changed files with 4 additions and 4 deletions

View File

@ -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)