aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-05-20 23:22:24 -0500
committerJack Nagel2014-05-20 23:22:24 -0500
commitb4d921550794154019eabf1a79709985589694bb (patch)
treef5d4fc3169a2cfbcad5007e423c70ca286a15a68 /Library
parenta5d939b2ee4e2d884e61a5bc6f9983c36f68e68e (diff)
downloadhomebrew-b4d921550794154019eabf1a79709985589694bb.tar.bz2
Remove ENV variable that is no longer used
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/sh.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/sh.rb b/Library/Homebrew/cmd/sh.rb
index d05af5bfd..00570d351 100644
--- a/Library/Homebrew/cmd/sh.rb
+++ b/Library/Homebrew/cmd/sh.rb
@@ -16,7 +16,6 @@ module Homebrew extend self
end
ENV['PS1'] = 'brew \[\033[1;32m\]\w\[\033[0m\]$ '
ENV['VERBOSE'] = '1'
- ENV['HOMEBREW_LOG'] = '1'
puts <<-EOS.undent_________________________________________________________72
Your shell has been configured to use Homebrew's build environment:
this should help you build stuff. Notably though, the system versions of