aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMax Howell2010-01-18 09:12:48 +0000
committerMax Howell2010-01-18 09:12:48 +0000
commit9851a756603829e105c06e24c290738e2f0d6a92 (patch)
tree991cd3f1971b09503ab99f7cfa5387ca7cc95227 /Library/Homebrew
parent95fc24ecd165804cde6462d59efe6abe34dda4bf (diff)
downloadbrew-9851a756603829e105c06e24c290738e2f0d6a92.tar.bz2
If keg only don't warn about s?bin not being in PATH
Fixes Homebrew/homebrew#488.
Diffstat (limited to 'Library/Homebrew')
-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)