From f9b33e26e077a80e85caa1b2434943ab7b55de60 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Mon, 18 Jan 2016 11:34:20 +0800 Subject: brew: remove duplicated logic This is now handled by `bin/brew` --- Library/brew.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'Library') 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" -- cgit v1.2.3