Преглед на файлове

BUG: fix to naming of results file

Ken Martin преди 19 години
родител
ревизия
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
     {