summaryrefslogtreecommitdiff
path: root/helpers/lh_config
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2009-01-01 21:05:15 +0000
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:30 +0100
commit146cbe36710b1312bc8e5cc4078670259b22b21c (patch)
tree45fc64020d4634ce3b2ac49ecdfe945013471ca5 /helpers/lh_config
parentd9b7957ff4e6f1396c7c28a0a968a92720988b38 (diff)
downloadlive-build-146cbe36710b1312bc8e5cc4078670259b22b21c.zip
live-build-146cbe36710b1312bc8e5cc4078670259b22b21c.tar.gz
Only print versions of live-helper in --dump output, not every package installed.
Diffstat (limited to 'helpers/lh_config')
-rwxr-xr-xhelpers/lh_config2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_config b/helpers/lh_config
index 61297d6..e8a96d3 100755
--- a/helpers/lh_config
+++ b/helpers/lh_config
@@ -155,7 +155,7 @@ Local_arguments ()
# Dump version
if [ -x "$(which dpkg 2>/dev/null)" ]
then
- echo "${0}: This is live-helper version $(dpkg-query --show -f='${Version}')"
+ echo "${0}: This is live-helper version $(dpkg-query -f='${Version}') --show live-helper"
else
echo "${0}: This is live-helper version ${VERSION}"
fi