aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorXu Cheng2016-01-18 11:34:20 +0800
committerXu Cheng2016-01-20 13:55:06 +0800
commitf9b33e26e077a80e85caa1b2434943ab7b55de60 (patch)
tree451361862a4e7bb358400ae609febcf1c60fb21e /Library
parent6b5b8757bff12a3ad7089534a33935229964cff1 (diff)
downloadbrew-f9b33e26e077a80e85caa1b2434943ab7b55de60.tar.bz2
brew: remove duplicated logic
This is now handled by `bin/brew`
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/brew.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/brew.rb b/Library/brew.rb
index f8fa07f27..98a4bfbaa 100755
--- a/Library/brew.rb
+++ b/Library/brew.rb
@@ -12,9 +12,6 @@ require "global"
if ARGV == %w[--version] || ARGV == %w[-v]
puts "Homebrew #{Homebrew.homebrew_version_string}"
exit 0
-elsif ARGV.first == "-v"
- # Shift the -v to the end of the parameter list
- ARGV << ARGV.shift
end
if OS.mac? && MacOS.version < "10.6"