Removing whitespaces at the end of bootappend-install assignements.

This commit is contained in:
Daniel Baumann 2010-02-17 12:23:34 +01:00
parent 670e92b17d
commit c91cfd0108
1 changed files with 2 additions and 0 deletions

View File

@ -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}"