From e17a9c057c3640f7d2ddf106b2458f7ee06515bf Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Tue, 12 Aug 2008 22:27:17 +0100 Subject: [PATCH] Add leading space to prevent unnecessary diff when running lh_config repeatedly. --- functions/defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/defaults.sh b/functions/defaults.sh index 7a7777f60..74e8abae2 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -582,7 +582,7 @@ Set_defaults () then LH_BOOTAPPEND_INSTALL="${_LH_BOOTAPPEND_PRESEED} -- \${LH_BOOTAPPEND_LIVE}" else - LH_BOOTAPPEND_INSTALL="-- \${LH_BOOTAPPEND_LIVE}" + LH_BOOTAPPEND_INSTALL=" -- \${LH_BOOTAPPEND_LIVE}" fi # Setting encryption