diff options
| author | Kieran Pilkington | 2009-09-28 12:53:10 +1300 |
|---|---|---|
| committer | Max Howell | 2009-09-29 16:26:38 +0100 |
| commit | 0e9edbb285ca89259271a6f2a804df1b09e70d7b (patch) | |
| tree | 83844ef9b466f297669c02a3d29dc46e169df894 | |
| parent | 9169b675a3bb6a18e0089fa644f78f866c8c2e00 (diff) | |
| download | brew-0e9edbb285ca89259271a6f2a804df1b09e70d7b.tar.bz2 | |
An additional reference for warn_about_macports_or_fink
| -rw-r--r-- | Library/Homebrew/brew.h.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb index e7646c043..078a2928f 100644 --- a/Library/Homebrew/brew.h.rb +++ b/Library/Homebrew/brew.h.rb @@ -247,6 +247,7 @@ end def warn_about_macports_or_fink # See these issues for some history: # http://github.com/mxcl/homebrew/issues/#issue/13 + # http://github.com/mxcl/homebrew/issues/#issue/41 # http://github.com/mxcl/homebrew/issues/#issue/48 %w[port fink].each do |ponk| |
