diff options
| author | Jack Nagel | 2011-10-09 13:40:23 -0500 |
|---|---|---|
| committer | Jack Nagel | 2011-10-09 13:40:49 -0500 |
| commit | 65b23359351d487c4bfe68e684fd3a62b56b856c (patch) | |
| tree | 3dc0578195399fbd9c1edf7ff0007c8aa8831f5a /Library | |
| parent | 09e194fd07b4063971e5020e59c1bbdda8dd4148 (diff) | |
| download | homebrew-65b23359351d487c4bfe68e684fd3a62b56b856c.tar.bz2 | |
Fix syntax error in the bash-completion script
My bad.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/brew_bash_completion.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh index 52b7f6fba..331eeffa3 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -57,6 +57,8 @@ _brew_to_completion() # Commands that take an outdated brew upgrade) COMPREPLY=( $(compgen -W "$(brew outdated --quiet)" -- ${cur}) ) + return + ;; esac } |
