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
|
grub
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
if [ "${LH_MEMTEST}" != "disabled" ] && [ "${LH_MEMTEST}" != "none" ]
|
if [ "${LH_MEMTEST}" != "disabled" ] && [ "${LH_MEMTEST}" != "none" ]
|
||||||
then
|
then
|
||||||
echo "${LH_MEMTEST}" >> chroot/root/dpkg-selection.txt
|
echo "${LH_MEMTEST}" >> chroot/root/dpkg-selection.txt
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
powerpc)
|
powerpc)
|
||||||
|
|
Loading…
Reference in New Issue