Add leading space to prevent unnecessary diff when running lh_config repeatedly.

This commit is contained in:
Chris Lamb 2008-08-12 22:27:17 +01:00 committed by Daniel Baumann
parent cf35e04305
commit e17a9c057c
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ Set_defaults ()
then then
LH_BOOTAPPEND_INSTALL="${_LH_BOOTAPPEND_PRESEED} -- \${LH_BOOTAPPEND_LIVE}" LH_BOOTAPPEND_INSTALL="${_LH_BOOTAPPEND_PRESEED} -- \${LH_BOOTAPPEND_LIVE}"
else else
LH_BOOTAPPEND_INSTALL="-- \${LH_BOOTAPPEND_LIVE}" LH_BOOTAPPEND_INSTALL=" -- \${LH_BOOTAPPEND_LIVE}"
fi fi
# Setting encryption # Setting encryption