diff --git a/Library/Homebrew/bottles.rb b/Library/Homebrew/bottles.rb index 6b8a4875a8..7d725ccb7c 100644 --- a/Library/Homebrew/bottles.rb +++ b/Library/Homebrew/bottles.rb @@ -12,7 +12,7 @@ def install_bottle? f return true if ARGV.include? '--install-bottle' not ARGV.build_from_source? \ and ARGV.bottles_supported? \ - and ARGV.options_only.empty? \ + and ARGV.used_options(f).empty? \ and bottle_current?(f) end