From c91cfd0108a733f4a6f2f8d43978ce8829a58247 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Feb 2010 12:23:34 +0100 Subject: Removing whitespaces at the end of bootappend-install assignements. --- functions/defaults.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/defaults.sh b/functions/defaults.sh index 03b155477..13399c327 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -798,6 +798,8 @@ Set_defaults () LH_BOOTAPPEND_INSTALL="${LH_BOOTAPPEND_INSTALL} -- \${LH_BOOTAPPEND_LIVE}" fi + LH_BOOTAPPEND_INSTALL="$(echo ${LH_BOOTAPPEND_INSTALL} | sed -e 's/[ \t]*$//')" + # Setting encryption LH_ENCRYPTION="${LH_ENCRYPTION:-false}" -- cgit v1.2.3