@@ -701,6 +701,7 @@ std::string Filesystem::getFullCommonPath(CommonPath path)
#endif
+ fullPaths[path] = canonicalizeRealPath(fullPaths[path].c_str());
return fullPaths[path];
}