mirror of
https://github.com/gosticks/brew.git
synced 2026-09-22 00:30:20 +00:00
Remove unnecessary require
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user