aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/bottles.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/bottles.rb b/Library/Homebrew/bottles.rb
index 2d5fa6aa0..a060d671e 100644
--- a/Library/Homebrew/bottles.rb
+++ b/Library/Homebrew/bottles.rb
@@ -33,7 +33,7 @@ end
def bottle_file_outdated? f, file
filename = file.basename.to_s
- return nil unless f.bottle and f.bottle.url \
+ return nil unless f and f.bottle and f.bottle.url \
and (filename.match(bottle_regex) or filename.match(old_bottle_regex))
bottle_ext = filename.match(bottle_native_regex).captures.first rescue nil