From cbf6bae9f4cb1d355fd84673ec4132b0d0185b5a Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Tue, 27 Feb 2007 16:41:43 -0500 Subject: [PATCH] BUG: fix to naming of results file --- Source/cmake.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmake.cxx b/Source/cmake.cxx index d54920360..3e8e65e76 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -2953,7 +2953,7 @@ int cmake::GetSystemInformation(std::vector& args) if (args.size() == 1) { resultFile = cwd; - resultFile += "__cmake_systeminformation/results.txt"; + resultFile += "/__cmake_systeminformation/results.txt"; } else {