diff options
| author | Adam Vandenberg | 2013-08-17 08:56:12 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-17 08:56:20 -0700 |
| commit | 3128931238fd74695a54fcbd0c74b2a6d8976f0a (patch) | |
| tree | 543747b7c035c02f4d592752481106f4eec1ab53 /Library | |
| parent | 2c23e71be36731b1abe0e3850c17c45268a08371 (diff) | |
| download | brew-3128931238fd74695a54fcbd0c74b2a6d8976f0a.tar.bz2 | |
update brew search completion
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/brew_bash_completion.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh index 22912acc0..b8cacc012 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -318,7 +318,7 @@ _brew_search () local cur="${COMP_WORDS[COMP_CWORD]}" case "$cur" in --*) - __brewcomp "--debian --fink --macports --opensuse" + __brewcomp "--debian --fedora --fink --macports --opensuse --ubuntu" return ;; esac |
