diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/bottles.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/bottles.rb b/Library/Homebrew/bottles.rb index 57607e0f7..739f601c5 100644 --- a/Library/Homebrew/bottles.rb +++ b/Library/Homebrew/bottles.rb @@ -14,6 +14,7 @@ def bottles_supported? end def install_bottle? f + return true if ARGV.include? '--install-bottle' !ARGV.build_from_source? && bottle_current?(f) end |
