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

Daniel Baumann daniel at debian.org
Wed Feb 17 11:27:29 UTC 2010


The following commit has been merged in the debian-next branch:
commit f07e91a1387465c4c7fb67bbdf585805287c4daf
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