diff options
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/bottles.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/bottles.rb b/Library/Homebrew/bottles.rb index 6b8a4875a..7d725ccb7 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 |
