aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Homebrew/install.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/install.rb b/Library/Homebrew/install.rb
index 69489f3a8..28aa16ed6 100755
--- a/Library/Homebrew/install.rb
+++ b/Library/Homebrew/install.rb
@@ -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)