diff options
| author | Jack Nagel | 2014-03-10 14:56:02 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-03-10 14:56:02 -0500 | 
| commit | 307caebc088eafb8971a44e8130ace75ce801e17 (patch) | |
| tree | 93334b450f03efd693286f4dd125c91aaab859cc /Library/Homebrew/cmd/install.rb | |
| parent | a82d2f1f2d8075ec5f62d442418b5c64c4d888d6 (diff) | |
| download | homebrew-307caebc088eafb8971a44e8130ace75ce801e17.tar.bz2 | |
Make force_bottle an explicit 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 183a78040..8a13397b2 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -109,6 +109,7 @@ module Homebrew extend self      fi.only_deps = ARGV.only_deps?      fi.build_bottle = ARGV.build_bottle?      fi.build_from_source = ARGV.build_from_source? +    fi.force_bottle = ARGV.force_bottle?      fi.prelude      fi.install      fi.caveats | 
