diff options
author | Daniel Baumann <daniel@debian.org> | 2008-08-12 22:26:10 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-08-14 05:44:22 +0200 |
commit | fb8ad53f186add5e6ac29ca5731dacd7908a224b (patch) | |
tree | 6fec9d99c92b6ec5b659fa610df766644b1bff45 /functions | |
parent | 0148591cbd6e53749a0215f49454ff210dc94db1 (diff) | |
download | vyos-live-build-fb8ad53f186add5e6ac29ca5731dacd7908a224b.tar.gz vyos-live-build-fb8ad53f186add5e6ac29ca5731dacd7908a224b.zip |
Don't expand version in default configuration, but rather use it dynamically.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 65e20ff72..dfcef21a8 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@lists.alioth.debian.org}" |