BUG: fix to naming of results file

This commit is contained in:
Ken Martin 2007-02-27 16:41:43 -05:00
parent 73818126f3
commit cbf6bae9f4
1 changed files with 1 additions and 1 deletions

View File

@ -2953,7 +2953,7 @@ int cmake::GetSystemInformation(std::vector<std::string>& args)
if (args.size() == 1)
{
resultFile = cwd;
resultFile += "__cmake_systeminformation/results.txt";
resultFile += "/__cmake_systeminformation/results.txt";
}
else
{