Преглед изворни кода

BUG: fix to naming of results file

Ken Martin пре 18 година
родитељ
комит
cbf6bae9f4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Source/cmake.cxx

+ 1 - 1
Source/cmake.cxx

@@ -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
     {