Skip to content
Snippets Groups Projects
Commit d3b9367c authored by Jack Nagel's avatar Jack Nagel
Browse files

Fix completion of install options without formula

Fixes Homebrew/homebrew#20084.
parent ca39bbfd
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,7 @@ _brew_install ()
--use-gcc
--use-llvm
--verbose
$(brew options --compact "$prv")
$(brew options --compact "$prv" 2>/dev/null)
"
fi
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment