Skip to content
Snippets Groups Projects
Unverified Commit f92c7d30 authored by rmnull's avatar rmnull
Browse files

let patchelf return nil on blank rpath

parent d607528a
No related branches found
No related tags found
No related merge requests found
......@@ -246,7 +246,7 @@ module ELFShim
raise ErrorDuringExecution.new(cmd_rpath, status: $CHILD_STATUS, output: [[:stderr, rpath]])
end
rpath
rpath unless rpath.blank?
end
def patchelf_patcher
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment