aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorJack Nagel2014-05-20 23:22:24 -0500
committerJack Nagel2014-05-20 23:22:24 -0500
commit6278ffdba0a15ca8d1f2c0dc1865f83743deb17b (patch)
treede1552f593cd5f1f6706af4330697cb6e9be503f /Library/Homebrew/cmd
parentfe597c00df49099ca82fb8ca93c9d95ef5f36fc1 (diff)
downloadbrew-6278ffdba0a15ca8d1f2c0dc1865f83743deb17b.tar.bz2
Remove ENV variable that is no longer used
Diffstat (limited to 'Library/Homebrew/cmd')
-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