aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/install.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-10 14:56:02 -0500
committerJack Nagel2014-03-10 14:56:02 -0500
commita96c1a2afcc20e742fedf9ba2f8d4ed23607b9cf (patch)
tree936d34d50e0f010a724610a46452a1a123e011de /Library/Homebrew/cmd/install.rb
parent7b6fa8b7bb6538650c6915ec19b17c243ea36229 (diff)
downloadbrew-a96c1a2afcc20e742fedf9ba2f8d4ed23607b9cf.tar.bz2
Make force_bottle an explicit installer mode
Diffstat (limited to 'Library/Homebrew/cmd/install.rb')
-rw-r--r--Library/Homebrew/cmd/install.rb1
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