update search bash completion

This commit is contained in:
Adam Vandenberg 2013-08-06 16:01:28 -07:00
parent 3dea341732
commit 6a6b319a8b

View File

@ -318,7 +318,7 @@ _brew_search ()
local cur="${COMP_WORDS[COMP_CWORD]}" local cur="${COMP_WORDS[COMP_CWORD]}"
case "$cur" in case "$cur" in
--*) --*)
__brewcomp "--debian --fink --macports" __brewcomp "--debian --fink --macports --opensuse"
return return
;; ;;
esac esac