Fix completion of install options without formula
Fixes Homebrew/homebrew#20084.
This commit is contained in:
parent
ca39bbfd52
commit
d3b9367cbb
@ -220,7 +220,7 @@ _brew_install ()
|
||||
--use-gcc
|
||||
--use-llvm
|
||||
--verbose
|
||||
$(brew options --compact "$prv")
|
||||
$(brew options --compact "$prv" 2>/dev/null)
|
||||
"
|
||||
fi
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user