diff options
author | Daniel Baumann <daniel@debian.org> | 2008-08-14 05:46:01 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:39 +0100 |
commit | ec3874040a092814334d9aff48ef9221560c6408 (patch) | |
tree | 700302b44b78d0ed75466bad83e623e481abf372 /functions | |
parent | afc3dc8166fa48705de9e34bd3310ea63dd4593a (diff) | |
download | vyos-live-build-ec3874040a092814334d9aff48ef9221560c6408.tar.gz vyos-live-build-ec3874040a092814334d9aff48ef9221560c6408.zip |
Correcting escaping of $VERSION in LH_ISO_PREPARER defaults.
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 fcdf78682..16f40a9b8 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}" |