diff options
author | Chris Lamb <lamby@debian.org> | 2009-01-01 21:05:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:30 +0100 |
commit | 146cbe36710b1312bc8e5cc4078670259b22b21c (patch) | |
tree | 45fc64020d4634ce3b2ac49ecdfe945013471ca5 /helpers/lh_config | |
parent | d9b7957ff4e6f1396c7c28a0a968a92720988b38 (diff) | |
download | vyos-live-build-146cbe36710b1312bc8e5cc4078670259b22b21c.tar.gz vyos-live-build-146cbe36710b1312bc8e5cc4078670259b22b21c.zip |
Only print versions of live-helper in --dump output, not every package installed.
Diffstat (limited to 'helpers/lh_config')
-rwxr-xr-x | helpers/lh_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index 61297d6ad..e8a96d3e2 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 |