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()
case $PMTYPE in
*-rpm)
showcmd rpm -q --queryformat '%{name} \n' -- $@
a='' rpm -q --queryformat '%{name} \\n' -- $@
a='' rpm -q --queryformat '%{name} \n' -- $@
return
;;
*-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