Merge branch 'upstream-kwsys' into update-kwsys
This commit is contained in:
commit
063617cd18
@ -605,7 +605,7 @@ bool SystemTools::MakeDirectory(const char* path)
|
|||||||
}
|
}
|
||||||
if(SystemTools::FileExists(path))
|
if(SystemTools::FileExists(path))
|
||||||
{
|
{
|
||||||
return true;
|
return SystemTools::FileIsDirectory(path);
|
||||||
}
|
}
|
||||||
kwsys_stl::string dir = path;
|
kwsys_stl::string dir = path;
|
||||||
if(dir.size() == 0)
|
if(dir.size() == 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user