diff options
| author | Jack Nagel | 2014-03-13 10:11:00 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-03-13 15:59:54 -0500 | 
| commit | 91c7fa1d785b6f67cac749a24932ea0571adfa54 (patch) | |
| tree | a67c2cf934f658dcc2f4bff398dcfcbea21a69ed /Library/Homebrew/cmd/install.rb | |
| parent | 9ba8890a1c8ea3b404129d22e4c7ee93a059ab58 (diff) | |
| download | homebrew-91c7fa1d785b6f67cac749a24932ea0571adfa54.tar.bz2 | |
Make debug an installer mode
Diffstat (limited to 'Library/Homebrew/cmd/install.rb')
| -rw-r--r-- | Library/Homebrew/cmd/install.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index 24a00972c..2b1c577f0 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -114,6 +114,7 @@ module Homebrew extend self      fi.interactive &&= :git if ARGV.flag? "--git"      fi.verbose = ARGV.verbose?      fi.verbose &&= :quieter if ARGV.quieter? +    fi.debug = ARGV.debug?      fi.prelude      fi.install      fi.caveats | 
