Merge branch 'upstream-kwsys' into update-kwsys

This commit is contained in:
Brad King 2013-06-26 09:52:46 -04:00
commit 063617cd18
1 changed files with 1 additions and 1 deletions

View File

@ -605,7 +605,7 @@ bool SystemTools::MakeDirectory(const char* path)
}
if(SystemTools::FileExists(path))
{
return true;
return SystemTools::FileIsDirectory(path);
}
kwsys_stl::string dir = path;
if(dir.size() == 0)