From e046e1e64094547f7d84f60a03360c3c84ba7d2c Mon Sep 17 00:00:00 2001 From: Max Howell Date: Mon, 26 Oct 2009 18:14:39 +0000 Subject: More useful Macports/Fink detection function --- bin/brew | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/brew b/bin/brew index c6ca6c3ef..fc114514a 100755 --- a/bin/brew +++ b/bin/brew @@ -296,7 +296,8 @@ rescue Exception => e puts "Please report this bug at: #{HOMEBREW_WWW}" puts "Please include the following information:" ohai "Environment" - puts "Mac OS X: "+`sw_vers -productVersion` + puts "Mac OS X #{MACOS_VERSION}" + puts "Macports or Fink? #{macports_or_fink_installed?}" ohai e.inspect puts e.backtrace exit 1 -- cgit v1.2.3