diff options
| author | Jack Nagel | 2014-03-13 10:11:00 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-13 15:59:54 -0500 |
| commit | ce5e2aa65ccd8ef129fb879d8bdcdacf78122c0b (patch) | |
| tree | ffb147941fc68b9ffe0bafd2706b25c36a0e87db /Library/Homebrew/cmd/install.rb | |
| parent | 4d02849d43feb3c1af0ed5657778fbb40790f2a8 (diff) | |
| download | brew-ce5e2aa65ccd8ef129fb879d8bdcdacf78122c0b.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 |
