From 808b473e0882d64cad54bd902b42513d8555e806 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Tue, 12 Aug 2008 22:27:17 +0100 Subject: 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 7a7777f..74e8aba 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 -- cgit v1.0