Don't fail to cleanup redacted formula.

This commit is contained in:
Mike McQuaid 2012-08-25 13:39:53 -07:00
parent 67f78074f9
commit bed2fa088b

View File

@ -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