Correct indentation of conditional code.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
ee81905f8e
commit
9ffd1c7c23
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue