don't warn "no interpreter found" for Shared ELF objects.
This commit is contained in:
parent
634c457129
commit
3f211415ca
@ -78,7 +78,7 @@ module ELFShim
|
||||
begin
|
||||
patchelf_patcher.interpreter.present?
|
||||
rescue PatchELF::PatchError => e
|
||||
opoo e
|
||||
opoo e unless e.to_s.start_with? "No interpreter found"
|
||||
false
|
||||
end
|
||||
elsif which "readelf"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user