summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-08-14 05:46:01 +0200
committerDaniel Baumann <daniel@debian.org>2008-08-14 05:46:01 +0200
commitf5d6f587e2744ec62e58362e494e48db4c95c4e5 (patch)
treeee185da89ee6dbef85441ec3821770d91457408b /functions
parentc2356c4184c430817023373a68d58680af9d46d2 (diff)
downloadvyos-live-build-f5d6f587e2744ec62e58362e494e48db4c95c4e5.tar.gz
vyos-live-build-f5d6f587e2744ec62e58362e494e48db4c95c4e5.zip
Correcting escaping of $VERSION in LH_ISO_PREPARER defaults.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh2
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}"