aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorPiotr Usewicz2009-09-16 11:28:50 +0100
committerMax Howell2009-09-25 01:24:05 +0100
commitc81a1d33ff7480420025d2cc19ea64feab07e60a (patch)
tree047478acd0a93c61918eb738bebde3191c0dc72f /bin
parente60e1d7b7ad0edb2401cc038efe8b516fddde83b (diff)
downloadhomebrew-c81a1d33ff7480420025d2cc19ea64feab07e60a.tar.bz2
Add full version and build numbers to user agent
Signed-off-by: Max Howell <max@methylblue.com> I adapted it slightly based on the user agent that Safari gives.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
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