Woops, add the msf3 directory to the path
git-svn-id: file:///home/svn/framework3/trunk@5230 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
ab2654f3a0
commit
7590cd9a85
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue