mac/keg_relocate: Drop unnecessary parens
This commit is contained in:
parent
c4363e8c58
commit
d2dc4e5599
@ -79,7 +79,7 @@ class Keg
|
|||||||
suffix = bad_name.sub(/^@rpath/, "")
|
suffix = bad_name.sub(/^@rpath/, "")
|
||||||
|
|
||||||
file.rpaths.each do |rpath|
|
file.rpaths.each do |rpath|
|
||||||
return (rpath/suffix) if (rpath/suffix).exist?
|
return rpath/suffix if (rpath/suffix).exist?
|
||||||
end
|
end
|
||||||
|
|
||||||
opoo "Could not find library #{bad_name} for #{file}"
|
opoo "Could not find library #{bad_name} for #{file}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user