Only print versions of live-helper in --dump output, not every package installed.
This commit is contained in:
parent
d9b7957ff4
commit
146cbe3671
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue