aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAdam Vandenberg2010-07-02 09:34:40 -0700
committerAdam Vandenberg2010-07-02 09:34:40 -0700
commite5e4eb71a40475000ae88cef0da622c19e0eed79 (patch)
tree24a7178cb6bc0a98184e0dfc401a79feecebaa6d /bin
parentc3e6ee54a5b5b0a77936be0cf077a261fdfa825f (diff)
downloadhomebrew-e5e4eb71a40475000ae88cef0da622c19e0eed79.tar.bz2
Remove $PATH from --config and build dumps.
While it is useful to be able to see the user's path in bug reports, it is perhaps slightly too intrusive to post this without the user's permission. A path can have usernames or other project sensitive information, and several Homebrew users were editing their bug reports to omit this information. `brew doctor` will still report on the path issues that we typically care about, so dropping automatic posting of PATH.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index c76c9a7ad..e6d231ff6 100755
--- a/bin/brew
+++ b/bin/brew
@@ -65,7 +65,6 @@ GCC-4.2: #{gcc_42 ? "build #{gcc_42}" : "N/A"} (#{RECOMMENDED_GCC_42} or newer r
LLVM: #{llvm ? "build #{llvm}" : "N/A" } #{llvm ? "(#{RECOMMENDED_LLVM} or newer recommended)" : "" }
MacPorts or Fink? #{macports_or_fink_installed?}
X11 installed? #{x11_installed?}
-PATH: #{ENV['PATH']}
EOS
end