diff options
| author | Jack Nagel | 2014-05-01 16:40:55 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-01 16:40:55 -0500 |
| commit | 762b8d1f16289a21dd26ad7b48ca886851001634 (patch) | |
| tree | bc590413e234c1b32c4a47a250cde9ea34b4cda4 /Library | |
| parent | 2c9868ddd2a50a46bd2c6c42ed96034519d48719 (diff) | |
| download | brew-762b8d1f16289a21dd26ad7b48ca886851001634.tar.bz2 | |
Restore bash completion for --config
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/brew_bash_completion.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh index a0ab0faca..b69dbdd07 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -450,12 +450,13 @@ _brew () 2>/dev/null | sed -e "s/\.rb//g" -e "s/brew-//g" \ -e "s/.*\///g") __brewcomp " - --cache --cellar config + --cache --cellar --env --prefix --repository audit cat cleanup commands + config --config create deps diy configure |
