Woops, add the msf3 directory to the path

git-svn-id: file:///home/svn/framework3/trunk@5230 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2007-12-29 23:24:34 +00:00
parent ab2654f3a0
commit 7590cd9a85
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class Config < Hash
# Windows-specific environment variables
['LOCALAPPDATA', 'APPDATA', 'USERPROFILE'].each do |dir|
if (ENV[dir] and File.directory?(ENV[dir]))
return ENV[dir]
return File.join(ENV[dir], "msf3")
end
end