diff options
-rwxr-xr-x | helpers/lh_source_debian | 8 |
1 files 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) |