summaryrefslogtreecommitdiff
path: root/functions/common.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-12-19 11:21:28 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2013-05-06 14:50:03 +0200
commit904824308aa5e8964b741b54e240f5d3b3467101 (patch)
tree9d2e7c758b7ad6f9fd82dd1d64385072d12643c3 /functions/common.sh
parent64994422120e4378ab4c67950297eedd0460ebcd (diff)
downloadvyos-live-build-904824308aa5e8964b741b54e240f5d3b3467101.tar.gz
vyos-live-build-904824308aa5e8964b741b54e240f5d3b3467101.zip
Also reading in existing values from new config tree format.
Diffstat (limited to 'functions/common.sh')
-rwxr-xr-xfunctions/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/common.sh b/functions/common.sh
index 9621e476b..1a339c7e7 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -13,6 +13,6 @@ VERSION="$(if [ -e ${LIVE_BUILD}/VERSION ]; then cat ${LIVE_BUILD}/VERSION; else
CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')"
# FIXME
-LIVE_CONFIGURATION_VERSION="${CONFIG_VERSION}"
+LIVE_BUILD_VERSION="${CONFIG_VERSION}"
PATH="${PWD}/local/bin:${PATH}"