Due to copy/pasta.
This commit is contained in:
Max Howell 2012-08-29 14:54:07 -04:00
parent 491be4fa89
commit 466a240bbe

View File

@ -149,5 +149,5 @@ def fixopt f
end end
Keg.new(path).optlink Keg.new(path).optlink
rescue StandardError rescue StandardError
"#{opt} not present or broken\nPlease reinstall #{dep}. Sorry :(" "#{f.opt_prefix} not present or broken\nPlease reinstall #{f}. Sorry :("
end end