Only print versions of live-helper in --dump output, not every package installed.

This commit is contained in:
Chris Lamb 2009-01-01 21:05:15 +00:00 committed by Daniel Baumann
parent d9b7957ff4
commit 146cbe3671
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ Local_arguments ()
# Dump version # Dump version
if [ -x "$(which dpkg 2>/dev/null)" ] if [ -x "$(which dpkg 2>/dev/null)" ]
then 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 else
echo "${0}: This is live-helper version ${VERSION}" echo "${0}: This is live-helper version ${VERSION}"
fi fi