[SCM] live-helper branch, debian, updated. debian/2.0_a6-1-14-ge0c86ca

Daniel Baumann daniel at debian.org
Wed Feb 17 11:35:36 UTC 2010


The following commit has been merged in the debian branch:
commit c91cfd0108a733f4a6f2f8d43978ce8829a58247
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Feb 17 12:23:34 2010 +0100

    Removing whitespaces at the end of bootappend-install assignements.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 03b1554..13399c3 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}"
 

-- 
live-helper



More information about the debian-live-changes mailing list