summaryrefslogtreecommitdiff
path: root/helpers/lh_config
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2009-01-01 21:32:38 +0000
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:33 +0100
commitd8e52213999298860c0843e1ec935822e75f8acf (patch)
tree993208d5de3e2cec048e54b849fd8973d7890cf7 /helpers/lh_config
parentfc578d6ae6b273bc02538e8e69fa660f269e6dc0 (diff)
downloadvyos-live-build-d8e52213999298860c0843e1ec935822e75f8acf.tar.gz
vyos-live-build-d8e52213999298860c0843e1ec935822e75f8acf.zip
Don't assume that if dpkg is installed, we'll actually get a live-helper version number from it.
Diffstat (limited to 'helpers/lh_config')
-rwxr-xr-xhelpers/lh_config6
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/lh_config b/helpers/lh_config
index 886113d69..b9354e070 100755
--- a/helpers/lh_config
+++ b/helpers/lh_config
@@ -155,11 +155,11 @@ Local_arguments ()
# Dump version
if [ -x "$(which dpkg-query 2>/dev/null)" ]
then
- echo "${0}: This is live-helper version $(dpkg-query -f='${Version}') --show live-helper"
- else
- echo "${0}: This is live-helper version ${VERSION}"
+ VERSION_DPKG="$(dpkg-query -f='${Version}' --show live-helper)"
fi
+ echo "${0}: This is live-helper version ${VERSION_DPKG:-${VERSION}}"
+
# Dump conffile contents
Print_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source