doctor: print values of DYLD_* env vars
This commit is contained in:
parent
e5ea0bcd65
commit
6638d08489
@ -659,9 +659,7 @@ def check_DYLD_vars
|
|||||||
Setting DYLD_* vars can break dynamic linking.
|
Setting DYLD_* vars can break dynamic linking.
|
||||||
Set variables:
|
Set variables:
|
||||||
EOS
|
EOS
|
||||||
found.each do |e|
|
s << found.map { |e| " #{e}: #{ENV.fetch(e)}\n" }.join
|
||||||
s << " #{e}\n"
|
|
||||||
end
|
|
||||||
if found.include? 'DYLD_INSERT_LIBRARIES'
|
if found.include? 'DYLD_INSERT_LIBRARIES'
|
||||||
s += <<-EOS.undent
|
s += <<-EOS.undent
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user