brew: remove duplicated logic
This is now handled by `bin/brew`
This commit is contained in:
parent
6b5b8757bf
commit
f9b33e26e0
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user