If keg only don't warn about s?bin not being in PATH

Fixes Homebrew/homebrew#488.
This commit is contained in:
Max Howell 2010-01-18 09:12:48 +00:00
parent 95fc24ecd1
commit 9851a75660

View File

@ -132,7 +132,7 @@ def install f
show_summary_heading = true
end
end
end
end unless f.keg_only?
if f.keg_only?
ohai 'Caveats', text_for_keg_only_formula(f)