parent
9fd97dd3cf
commit
2682b59b7f
@ -76,7 +76,8 @@ module Homebrew
|
|||||||
if !ARGV.include?("--preinstall") && !ENV["HOMEBREW_UPDATE_FAILED"]
|
if !ARGV.include?("--preinstall") && !ENV["HOMEBREW_UPDATE_FAILED"]
|
||||||
puts "Already up-to-date."
|
puts "Already up-to-date."
|
||||||
end
|
end
|
||||||
elsif hub.empty?
|
else
|
||||||
|
if hub.empty?
|
||||||
puts "No changes to formulae."
|
puts "No changes to formulae."
|
||||||
else
|
else
|
||||||
hub.dump
|
hub.dump
|
||||||
@ -84,6 +85,8 @@ module Homebrew
|
|||||||
hub.reporters.each(&:migrate_formula_rename)
|
hub.reporters.each(&:migrate_formula_rename)
|
||||||
Descriptions.update_cache(hub)
|
Descriptions.update_cache(hub)
|
||||||
end
|
end
|
||||||
|
puts if ARGV.include?("--preinstall")
|
||||||
|
end
|
||||||
|
|
||||||
link_manpages
|
link_manpages
|
||||||
Tap.each(&:link_manpages)
|
Tap.each(&:link_manpages)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user