Fix Meterpreter lcd command

git-svn-id: file:///home/svn/framework3/trunk@5915 4d416f70-5f16-0410-b530-b9f4589650da
unstable
kris 2008-11-13 17:22:28 +00:00
parent 086e9fb89a
commit 360bd6d222
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class Console::CommandDispatcher::Stdapi::Fs
return true
end
Dir.chdir(args[0])
::Dir.chdir(args[0])
return true
end