Commit 6b84f555 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-search: don't use -- in dnf/yum search

parent 22a2232f
......@@ -60,10 +60,10 @@ case $PMTYPE in
CMD="eopkg search --"
;;
yum-rpm)
CMD="yum search --"
CMD="yum search"
;;
dnf-rpm)
CMD="dnf search --"
CMD="dnf search"
;;
zypper-rpm)
CMD="zypper search -d --"
......
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