summaryrefslogtreecommitdiff
path: root/helpers/lh_config
diff options
context:
space:
mode:
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 e8a96d3..886113d 100755
--- a/helpers/lh_config
+++ b/helpers/lh_config
@@ -153,7 +153,7 @@ Local_arguments ()
case "${1}" in
--dump)
# Dump version
- if [ -x "$(which dpkg 2>/dev/null)" ]
+ if [ -x "$(which dpkg-query 2>/dev/null)" ]
then
echo "${0}: This is live-helper version $(dpkg-query -f='${Version}') --show live-helper"
else