diff options
| author | Adam Vandenberg | 2012-07-07 16:53:30 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-07-07 16:53:30 -0700 |
| commit | 4089d8733840ec1f5a59ff57bcd08d0e32478be6 (patch) | |
| tree | 620a361a972799cbfcefde1dd4e6dcf1153d2b9e /Library | |
| parent | eef917b3d8e9ae6fe22b379d8c990584d6afe93d (diff) | |
| download | homebrew-4089d8733840ec1f5a59ff57bcd08d0e32478be6.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')
| -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 |
