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.
This commit is contained in:
Adam Vandenberg 2012-07-07 16:53:30 -07:00
parent 126b1c77e3
commit ec39148c04

View File

@ -95,9 +95,6 @@ def install f
interactive_shell f interactive_shell f
nil nil
elsif ARGV.include? '--help'
system './configure --help'
exit $?
else else
f.prefix.mkpath f.prefix.mkpath
f.install f.install