diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -101,13 +101,6 @@ begin raise "Interactive mode can only be used with one formula argument" end - if ARGV.verbose? - ohai "Build Environment" - %w[PATH CFLAGS LDFLAGS CPPFLAGS MAKEFLAGS CC CXX MACOSX_DEPLOYMENT_TARGET].each do |f| - puts "#{f}: #{ENV[f]}" unless ENV[f].to_s.empty? - end - end - warn_about_macports_or_fink # keep warning before dependency resolution unless ARGV.force? |
