[SCM] debian-live branch, master, updated. 1.0_a48-1-77-gb07cae2

Chris Lamb chris at chris-lamb.co.uk
Thu Aug 14 00:53:50 UTC 2008


The following commit has been merged in the master branch:
commit 35266fc8b3e73243f5ba4a63e90d12ce7544fa1e
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Wed Aug 13 22:16:51 2008 +0100

    Revert "Don't expand version in default configuration, but rather use it dynamically."
    
    This reverts commit 0abacf6f[..] as it's not valid shell - I'm not even sure
    this "late value binding" is possible with shell unless you ensure that all
    users of this variable "eval" (or something) the string before use.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index fcdf786..14f5a35 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -612,7 +612,7 @@ Set_defaults ()
 	fi
 
 	# Set iso preparer
-	LH_ISO_PREPARER="${LH_ISO_PREPARER:-live-helper \${VERSION}; http://packages.qa.debian.org/live-helper}"
+	LH_ISO_PREPARER="${LH_ISO_PREPARER:-live-helper ${VERSION}; http://packages.qa.debian.org/live-helper}"
 
 	# Set iso publisher
 	LH_ISO_PUBLISHER="${LH_ISO_PUBLISHER:-Debian Live project; http://debian-live.alioth.debian.org/; debian-live-devel at lists.alioth.debian.org}"

-- 
debian-live



More information about the debian-live-changes mailing list