diff options
| author | Max Howell | 2009-10-26 18:14:39 +0000 |
|---|---|---|
| committer | Max Howell | 2009-11-04 16:27:37 +0000 |
| commit | e046e1e64094547f7d84f60a03360c3c84ba7d2c (patch) | |
| tree | e8d7fe8f3957625b4c94bcc55c3caeab062cdd22 /bin | |
| parent | adf8d30a92b201041317f0ecb0e47fe758e8ce06 (diff) | |
| download | brew-e046e1e64094547f7d84f60a03360c3c84ba7d2c.tar.bz2 | |
More useful Macports/Fink detection function
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
