aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2010-01-18 09:12:48 +0000
committerMax Howell2010-01-18 09:12:48 +0000
commitc315e8fc79d43d73b68fdcaeb09c7d8e3d7532fe (patch)
treeda9ce490165b61cd2a1635477ab39b777f6ac359 /Library
parent708d6689a5f31c7ae10d344eb6fa2e1f69d9c3ee (diff)
downloadhomebrew-c315e8fc79d43d73b68fdcaeb09c7d8e3d7532fe.tar.bz2
If keg only don't warn about s?bin not being in PATH
Fixes #488.
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)