break if database_cache.empty?
This commit is contained in:
parent
ba5692f7e5
commit
4fb14d5c86
@ -612,7 +612,8 @@ class FormulaInstaller
|
|||||||
|
|
||||||
# Updates the cache for a particular formula after doing an install
|
# Updates the cache for a particular formula after doing an install
|
||||||
DatabaseCache.new(:linkage) do |database_cache|
|
DatabaseCache.new(:linkage) do |database_cache|
|
||||||
LinkageChecker.new(keg, database_cache, false, formula) unless database_cache.empty?
|
break if database_cache.empty?
|
||||||
|
LinkageChecker.new(keg, database_cache, false, formula)
|
||||||
end
|
end
|
||||||
|
|
||||||
# let's reset Utils.git_available? if we just installed git
|
# let's reset Utils.git_available? if we just installed git
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user