diff options
| author | Jack Nagel | 2013-09-21 19:27:24 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-09-21 19:27:24 -0500 |
| commit | 2eefba005f7cd6d3cb16f231328de30c699755de (patch) | |
| tree | 6ad8fee4c9d7b4ba218f3dc347c09143f8c43d18 /Library/Homebrew/bottles.rb | |
| parent | 36f36174942fa37f5dbf64e46679d33a600a1157 (diff) | |
| download | brew-2eefba005f7cd6d3cb16f231328de30c699755de.tar.bz2 | |
Give this condition a more revealing name
Diffstat (limited to 'Library/Homebrew/bottles.rb')
| -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 47aa75ffc..5736aeea3 100644 --- a/Library/Homebrew/bottles.rb +++ b/Library/Homebrew/bottles.rb @@ -17,7 +17,7 @@ def install_bottle? f, options={:warn=>false} return false if ARGV.build_from_source? return true if ARGV.force_bottle? return false unless f.pour_bottle? - return false unless f.build.used_options.empty? + return false unless f.default_build? return false unless bottle_current?(f) if f.bottle.cellar != :any && f.bottle.cellar != HOMEBREW_CELLAR.to_s if options[:warn] |
