diff options
| author | Adam Vandenberg | 2012-07-07 16:53:30 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-07-07 16:53:30 -0700 |
| commit | ec39148c04cc8c8e47f882bc87a6687ea94e4370 (patch) | |
| tree | b4819fe6398b7d21b2fd8e6b8a81ed853989282c /Library/Homebrew/build.rb | |
| parent | 126b1c77e36cc2336f26dcaef4512418353b5562 (diff) | |
| download | brew-ec39148c04cc8c8e47f882bc87a6687ea94e4370.tar.bz2 | |
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.
Diffstat (limited to 'Library/Homebrew/build.rb')
| -rwxr-xr-x | Library/Homebrew/build.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/build.rb b/Library/Homebrew/build.rb index bad624afc..634500e8b 100755 --- a/Library/Homebrew/build.rb +++ b/Library/Homebrew/build.rb @@ -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 |
