diff options
| author | Xu Cheng | 2016-01-18 11:34:20 +0800 |
|---|---|---|
| committer | Xu Cheng | 2016-01-20 13:55:06 +0800 |
| commit | f9b33e26e077a80e85caa1b2434943ab7b55de60 (patch) | |
| tree | 451361862a4e7bb358400ae609febcf1c60fb21e /Library | |
| parent | 6b5b8757bff12a3ad7089534a33935229964cff1 (diff) | |
| download | brew-f9b33e26e077a80e85caa1b2434943ab7b55de60.tar.bz2 | |
brew: remove duplicated logic
This is now handled by `bin/brew`
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" |
