aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/build.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-07-07 16:53:30 -0700
committerAdam Vandenberg2012-07-07 16:53:30 -0700
commitec39148c04cc8c8e47f882bc87a6687ea94e4370 (patch)
treeb4819fe6398b7d21b2fd8e6b8a81ed853989282c /Library/Homebrew/build.rb
parent126b1c77e36cc2336f26dcaef4512418353b5562 (diff)
downloadbrew-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-xLibrary/Homebrew/build.rb3
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