Merge pull request #15992 from MikeMcQuaid/change_rpath_sig

os/mac/keg: fix `change_rpath` type signature.
This commit is contained in:
Mike McQuaid 2023-09-11 15:41:33 +01:00 committed by GitHub
commit 4afb8e5602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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