diff options
| author | Piotr Usewicz | 2009-09-16 11:28:50 +0100 |
|---|---|---|
| committer | Max Howell | 2009-09-25 01:24:05 +0100 |
| commit | c81a1d33ff7480420025d2cc19ea64feab07e60a (patch) | |
| tree | 047478acd0a93c61918eb738bebde3191c0dc72f /bin | |
| parent | e60e1d7b7ad0edb2401cc038efe8b516fddde83b (diff) | |
| download | homebrew-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-x | bin/brew | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
