Commit b598888c authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-search: remove unsupported --

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