Commit 8bda252b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-query: fix --short query on rpm

parent 203407b7
...@@ -271,7 +271,7 @@ __epm_query_shortname() ...@@ -271,7 +271,7 @@ __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