aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXu Cheng2015-05-27 20:35:18 +0800
committerXu Cheng2015-05-29 17:01:53 +0800
commitd2cd7ffdf2ae363bc6611d1130654e377f58636d (patch)
treeb9580232a7d69442ec8ed962360227398ac0a041
parent10bc99ff7b9d80342a99feb6d5e015c3c2de8230 (diff)
downloadbrew-d2cd7ffdf2ae363bc6611d1130654e377f58636d.tar.bz2
build: use Formula#full_name
-rw-r--r--Library/Homebrew/build.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/build.rb b/Library/Homebrew/build.rb
index 0aa809934..0c890c346 100644
--- a/Library/Homebrew/build.rb
+++ b/Library/Homebrew/build.rb
@@ -160,7 +160,7 @@ class Build
end
Keg.new(path).optlink
rescue StandardError
- raise "#{f.opt_prefix} not present or broken\nPlease reinstall #{f.name}. Sorry :("
+ raise "#{f.opt_prefix} not present or broken\nPlease reinstall #{f.full_name}. Sorry :("
end
end