Skip to content
Snippets Groups Projects
Commit 6638d084 authored by Jack Nagel's avatar Jack Nagel
Browse files

doctor: print values of DYLD_* env vars

parent e5ea0bcd
No related branches found
No related tags found
No related merge requests found
......@@ -659,9 +659,7 @@ def check_DYLD_vars
Setting DYLD_* vars can break dynamic linking.
Set variables:
EOS
found.each do |e|
s << " #{e}\n"
end
s << found.map { |e| " #{e}: #{ENV.fetch(e)}\n" }.join
if found.include? 'DYLD_INSERT_LIBRARIES'
s += <<-EOS.undent
......
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