diff options
| author | Max Howell | 2009-11-11 18:37:34 +0000 |
|---|---|---|
| committer | Max Howell | 2009-11-11 18:43:02 +0000 |
| commit | a0b89fe9a38fc1d16162a854b3cc31bb4cb01cf2 (patch) | |
| tree | 23377c570ee467579aa933a3c776af6a474104c5 /bin | |
| parent | 450845889b9f6d9e87aa6c053ec562ca1e763435 (diff) | |
| download | brew-a0b89fe9a38fc1d16162a854b3cc31bb4cb01cf2.tar.bz2 | |
Include macports or fink info with brew --config
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -64,19 +64,12 @@ Library path: #{$:.first} Hardware: #{cores}-core #{bits}-bit #{Hardware.intel_family} OS X: #{MACOS_FULL_VERSION} Ruby: #{RUBY_VERSION}-#{RUBY_PATCHLEVEL} -GCC: build #{gcc_build} +GCC: 4.2 build #{gcc_build} LLVM: #{llvm ? "build #{llvm}" : "N/A" } +MacPorts or Fink? #{macports_or_fink_installed?} EOS end -def please_report_bug; <<-EOS -Please report this bug to #{HOMEBREW_WWW} -Mac OS X: #{MACOS_FULL_VERSION} -Ponk: #{macports_or_fink_installed?} - EOS -end - - begin require 'brew.h' |
