os/mac/keg: fix change_rpath type signature.

Fixes #15990
This commit is contained in:
Mike McQuaid 2023-09-11 14:57:22 +01:00
parent 86acd120b8
commit 9d44d278e4
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

@ -36,7 +36,6 @@ class Keg
raise
end
sig { params(old: Pathname, new: Pathname, file: MachOShim).returns(T::Boolean) }
def change_rpath(old, new, file)
return false if old == new