diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-12 06:06:48 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:38 +0100 |
commit | 765b7bb72d89617f070287f70fff3291767c6fe0 (patch) | |
tree | 38a4f217c7791d2e75c8df6de38f7ad1ab4676ec /helpers/lh_source_debian | |
parent | ddc31653d7dfcedbdfec421429ce35d977dddec1 (diff) | |
download | vyos-live-build-765b7bb72d89617f070287f70fff3291767c6fe0.tar.gz vyos-live-build-765b7bb72d89617f070287f70fff3291767c6fe0.zip |
Correct indentation of conditional code.
Diffstat (limited to 'helpers/lh_source_debian')
-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 bd515d75f..13d60be87 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) |