Commit 0ab271f3 authored by Vitaly Lipatov's avatar Vitaly Lipatov

Revert "epm-query: fix --short query on rpm"

This reverts commit 8bda252b.
parent c8ae7cbd
...@@ -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