Commit b598888c authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-search: remove unsupported --

parent 604350fd
......@@ -26,7 +26,8 @@ case $PMTYPE in
CMD="apt-cache search --"
;;
urpm-rpm)
CMD="urpmq -y --"
# urpmq does not support --
CMD="urpmq -y"
;;
pkgsrc)
CMD="pkg_info -x --"
......@@ -65,7 +66,7 @@ case $PMTYPE in
slackpkg)
# FIXME
echo "Note: case sensitive search"
CMD="/usr/sbin/slackpkg search --"
CMD="/usr/sbin/slackpkg search"
;;
homebrew)
CMD="brew search"
......
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