Overlapping with the main tree === bad idea

git-svn-id: file:///home/svn/framework3/trunk@5231 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2007-12-29 23:34:09 +00:00
parent 7590cd9a85
commit 673388da92
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 File.join(ENV[dir], "msf3")
return File.join(ENV[dir], ".msf3")
end
end