diff options
| author | Jack Nagel | 2014-11-03 21:36:01 -0600 | 
|---|---|---|
| committer | Jack Nagel | 2014-11-03 21:43:11 -0600 | 
| commit | e1bfbad810c86741c083ec897b4faa623105223a (patch) | |
| tree | 418e344040dd7ebc1958bd3b16549b61f3ece594 /Library/Homebrew/cmd/install.rb | |
| parent | 3421308bd47ec8b2ad8f3a8afaced8ad05899fdc (diff) | |
| download | brew-e1bfbad810c86741c083ec897b4faa623105223a.tar.bz2 | |
Make quieter an installer mode
Diffstat (limited to 'Library/Homebrew/cmd/install.rb')
| -rw-r--r-- | Library/Homebrew/cmd/install.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index dc82e2a7b..eb93d380b 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -127,7 +127,7 @@ module Homebrew      fi.interactive         = ARGV.interactive?      fi.git                 = ARGV.git?      fi.verbose             = ARGV.verbose? -    fi.verbose           &&= :quieter if ARGV.quieter? +    fi.quieter             = ARGV.quieter?      fi.debug               = ARGV.debug?      fi.prelude      fi.install  | 
