From 0e9edbb285ca89259271a6f2a804df1b09e70d7b Mon Sep 17 00:00:00 2001 From: Kieran Pilkington <kieran@katipo.co.nz> Date: Mon, 28 Sep 2009 12:53:10 +1300 Subject: [PATCH] An additional reference for warn_about_macports_or_fink --- Library/Homebrew/brew.h.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb index e7646c0436..078a2928fe 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| -- GitLab