Commit 0342fa7d authored by Vitaly Lipatov's avatar Vitaly Lipatov

Revert "epm_query_file: fix --short query for rpm"

This reverts commit 203407b7.
parent 0ab271f3
......@@ -141,7 +141,7 @@ __do_short_query()
local CMD
case $PMTYPE in
*-rpm)
CMD="rpm -qf --queryformat '%{NAME}\\n'"
CMD="rpm -qf --queryformat %{NAME}\n"
;;
apt-dpkg)
showcmd dpkg -S "$1"
......
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