aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/utils.rb')
-rw-r--r--Library/Homebrew/utils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb
index 829cb5164..0c2e4de8b 100644
--- a/Library/Homebrew/utils.rb
+++ b/Library/Homebrew/utils.rb
@@ -270,7 +270,7 @@ def dump_build_env env
results = value
if File.exists? value and File.symlink? value
target = Pathname.new(value)
- results += " => #{target.dirname+target.readlink}"
+ results += " => #{target.realpath}"
end
puts "#{k}: #{results}"
end