Correct indentation of conditional code.
This commit is contained in:
parent
ddc31653d7
commit
765b7bb72d
|
@ -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