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:
parent
126b1c77e3
commit
ec39148c04
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user