aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMax Howell2009-10-26 18:14:39 +0000
committerMax Howell2009-11-04 16:27:37 +0000
commite046e1e64094547f7d84f60a03360c3c84ba7d2c (patch)
treee8d7fe8f3957625b4c94bcc55c3caeab062cdd22 /bin
parentadf8d30a92b201041317f0ecb0e47fe758e8ce06 (diff)
downloadbrew-e046e1e64094547f7d84f60a03360c3c84ba7d2c.tar.bz2
More useful Macports/Fink detection function
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