aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Homebrew/build.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/build.rb b/Library/Homebrew/build.rb
index 99e8a3550..dc94cf738 100755
--- a/Library/Homebrew/build.rb
+++ b/Library/Homebrew/build.rb
@@ -149,5 +149,5 @@ def fixopt f
end
Keg.new(path).optlink
rescue StandardError
- "#{opt} not present or broken\nPlease reinstall #{dep}. Sorry :("
+ "#{f.opt_prefix} not present or broken\nPlease reinstall #{f}. Sorry :("
end