Commit 9221ad22 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-query: remove extra space after rpm package name in short mode

parent 20978488
...@@ -270,8 +270,8 @@ __epm_query_shortname() ...@@ -270,8 +270,8 @@ __epm_query_shortname()
case $PMTYPE in case $PMTYPE in
*-rpm) *-rpm)
showcmd rpm -q --queryformat '%{name} \n' -- $@ showcmd rpm -q --queryformat '%{name}\n' -- $@
a='' rpm -q --queryformat '%{name} \n' -- $@ a='' rpm -q --queryformat '%{name}\n' -- $@
return return
;; ;;
*-dpkg) *-dpkg)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment