diff options
| author | Jack Nagel | 2013-05-25 18:28:08 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-05-25 18:28:54 -0500 |
| commit | d3b9367cbbdb8785c9572af13cb323f6809d7f03 (patch) | |
| tree | d3c9d2a89f2bf5e71fff23156e164faf4c2b3e38 /Library | |
| parent | ca39bbfd5266e6517d6fccc7db3f1c1345b1664d (diff) | |
| download | brew-d3b9367cbbdb8785c9572af13cb323f6809d7f03.tar.bz2 | |
Fix completion of install options without formula
Fixes Homebrew/homebrew#20084.
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 3253652d1..56bdc84b4 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -220,7 +220,7 @@ _brew_install () --use-gcc --use-llvm --verbose - $(brew options --compact "$prv") + $(brew options --compact "$prv" 2>/dev/null) " fi return |
