parent
7ed2ddd349
commit
7015fb1601
@ -1119,7 +1119,7 @@ class Formula
|
|||||||
return false # this keg belongs to another formula
|
return false # this keg belongs to another formula
|
||||||
else
|
else
|
||||||
# this keg belongs to another unrelated formula
|
# this keg belongs to another unrelated formula
|
||||||
return false unless (f.aliases + f.oldname).include?(keg.name)
|
return false unless (Array(f.aliases) + Array(f.oldname)).include?(keg.name)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
to_check = path.relative_path_from(HOMEBREW_PREFIX).to_s
|
to_check = path.relative_path_from(HOMEBREW_PREFIX).to_s
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user