diff --git a/Library/brew.rb b/Library/brew.rb index f8fa07f27b..98a4bfbaa5 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"