Fix completion of install options without formula

Fixes Homebrew/homebrew#20084.
This commit is contained in:
Jack Nagel 2013-05-25 18:28:08 -05:00
parent ca39bbfd52
commit d3b9367cbb

View File

@ -220,7 +220,7 @@ _brew_install ()
--use-gcc
--use-llvm
--verbose
$(brew options --compact "$prv")
$(brew options --compact "$prv" 2>/dev/null)
"
fi
return