1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-05 14:57:30 +01:00

remove early require of rex in msfcli

This is causing startup issues in some environments where not all the rex
dependencies are loading. Remove it for now, removal of msfcli is close at hand
anyway.
This commit is contained in:
Brent Cook 2015-04-29 14:25:50 -05:00
parent cc47f8f6e8
commit 043d1a2d27

2
msfcli
View File

@ -19,8 +19,6 @@ while File.symlink?(msfbase)
end
$:.unshift(File.expand_path(File.join(File.dirname(msfbase), 'lib')))
require 'rex'
class Msfcli
#