From ec39148c04cc8c8e47f882bc87a6687ea94e4370 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 7 Jul 2012 16:53:30 -0700 Subject: [PATCH] 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. --- Library/Homebrew/build.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/Library/Homebrew/build.rb b/Library/Homebrew/build.rb index bad624afca..634500e8b9 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