Skip to content
Snippets Groups Projects
Commit ec39148c authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

Remove `brew install foo --help`

This command was undocumented, only for autotools, and it is enough to do
`brew install foo -i` and then `./configure --help` in two steps.
parent 126b1c77
No related branches found
No related tags found
Loading
......@@ -95,9 +95,6 @@ def install f
interactive_shell f
nil
elsif ARGV.include? '--help'
system './configure --help'
exit $?
else
f.prefix.mkpath
f.install
......
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