parent
549c86dfe2
commit
c5bfc932a6
@ -88,7 +88,7 @@ module Homebrew
|
|||||||
f.version > version
|
f.version > version
|
||||||
end
|
end
|
||||||
|
|
||||||
if file_is_stale || ARGV.switch?("s") && !f.installed? || bottle_file_outdated?(f, file)
|
if file_is_stale || ARGV.switch?("s") && !f.installed? || Utils::Bottles::file_outdated?(f, file)
|
||||||
cleanup_path(file) { file.unlink }
|
cleanup_path(file) { file.unlink }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user