[SCM] debian-live branch, master, updated. 1.0_a48-1-75-gf5d6f58

Daniel Baumann daniel at debian.org
Thu Aug 14 03:57:41 UTC 2008


The following commit has been merged in the master branch:
commit f5d6f587e2744ec62e58362e494e48db4c95c4e5
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Aug 14 05:46:01 2008 +0200

    Correcting escaping of $VERSION in LH_ISO_PREPARER defaults.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index fcdf786..16f40a9 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