let patchelf return nil on blank rpath
This commit is contained in:
parent
d607528a5b
commit
f92c7d30c1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user