aboutsummaryrefslogtreecommitdiffstats
path: root/Library/brew.rb
diff options
context:
space:
mode:
authorJack Nagel2013-10-19 10:41:09 -0500
committerJack Nagel2013-10-19 10:41:09 -0500
commit27f7e3503f3ad7d37decba1b7a9409df79e62c3c (patch)
treefaa4b285a37d4c520f3d2c5accf7439235e20518 /Library/brew.rb
parent655164312760a50828792bf9c10789cecc11e97a (diff)
downloadbrew-27f7e3503f3ad7d37decba1b7a9409df79e62c3c.tar.bz2
Move verbose ENV setup out of brew.rb
Diffstat (limited to 'Library/brew.rb')
-rwxr-xr-xLibrary/brew.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/brew.rb b/Library/brew.rb
index f4bef15d8..b72d61494 100755
--- a/Library/brew.rb
+++ b/Library/brew.rb
@@ -58,8 +58,6 @@ end
begin
trap("INT", std_trap) # restore default CTRL-C handler
- ENV['HOMEBREW_VERBOSE'] = "1" if ARGV.verbose?
-
aliases = {'ls' => 'list',
'homepage' => 'home',
'-S' => 'search',