From c81a1d33ff7480420025d2cc19ea64feab07e60a Mon Sep 17 00:00:00 2001 From: Piotr Usewicz Date: Wed, 16 Sep 2009 11:28:50 +0100 Subject: Add full version and build numbers to user agent Signed-off-by: Max Howell I adapted it slightly based on the user agent that Safari gives. --- bin/brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/brew b/bin/brew index fa8755f28..971478d72 100755 --- a/bin/brew +++ b/bin/brew @@ -81,7 +81,7 @@ begin if ARGV.verbose? ohai "Build Environment" - %w[CFLAGS LDFLAGS CPPFLAGS MAKEFLAGS CC CXX].each do |f| + %w[CFLAGS LDFLAGS CPPFLAGS MAKEFLAGS CC CXX MACOSX_DEPLOYMENT_TARGET].each do |f| puts "#{f}: #{ENV[f]}" unless ENV[f].to_s.empty? end end -- cgit v1.2.3