diff options
Diffstat (limited to 'helpers')
-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 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 |