Remove unnecessary require
This commit is contained in:
parent
dd1f742854
commit
5ec52ea4da
@ -77,7 +77,6 @@ require 'compat' unless ARGV.include? "--no-compat" or ENV['HOMEBREW_NO_COMPAT']
|
||||
|
||||
require 'test/unit' # must be after at_exit
|
||||
require 'extend/ARGV' # needs to be after test/unit to avoid conflict with OptionsParser
|
||||
require 'extend/ENV'
|
||||
ARGV.extend(HomebrewArgvExtension)
|
||||
|
||||
begin
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user