diff options
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/brew.rb | 3 |
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" |
