utils/bottles: tweak syntax.
This commit is contained in:
parent
9088cf9be0
commit
176095a826
@ -118,9 +118,9 @@ module Utils
|
|||||||
else
|
else
|
||||||
tab = Tab.for_keg(keg)
|
tab = Tab.for_keg(keg)
|
||||||
|
|
||||||
if tab.runtime_dependencies.nil?
|
tab.runtime_dependencies = begin
|
||||||
f_runtime_deps = formula.runtime_dependencies(read_from_tab: false)
|
f_runtime_deps = formula.runtime_dependencies(read_from_tab: false)
|
||||||
tab.runtime_dependencies = Tab.runtime_deps_hash(formula, f_runtime_deps)
|
Tab.runtime_deps_hash(formula, f_runtime_deps)
|
||||||
end
|
end
|
||||||
|
|
||||||
tab
|
tab
|
||||||
|
Loading…
x
Reference in New Issue
Block a user