aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-07-07 16:53:30 -0700
committerAdam Vandenberg2012-07-07 16:53:30 -0700
commit4089d8733840ec1f5a59ff57bcd08d0e32478be6 (patch)
tree620a361a972799cbfcefde1dd4e6dcf1153d2b9e /Library
parenteef917b3d8e9ae6fe22b379d8c990584d6afe93d (diff)
downloadhomebrew-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-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