Skip to content

Commit f29050b

Browse files
committed
Use MSF_ROOT instead of MSP_ROOT
1 parent e6e88ab commit f29050b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

metasploit-framework.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# During build, the Gemfile is temporarily moved and
44
# we must manually define the project root
5-
if ENV['MSP_ROOT']
6-
lib = Pathname.new(ENV['MSP_ROOT']).join('msf3', 'lib').to_path
5+
if ENV['MSF_ROOT']
6+
lib = Pathname.new(ENV['MSF_ROOT']).join('lib').to_path
77
else
88
# have to use realpath as metasploit-framework is often loaded through a symlink and tools like Coverage and debuggers
99
# require realpaths.

0 commit comments

Comments
 (0)