aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew3
1 files changed, 2 insertions, 1 deletions
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