diff --git a/Source/CTest/cmCTestCVS.cxx b/Source/CTest/cmCTestCVS.cxx index cfc9bcf7f..cbd201e89 100644 --- a/Source/CTest/cmCTestCVS.cxx +++ b/Source/CTest/cmCTestCVS.cxx @@ -261,7 +261,7 @@ void cmCTestCVS::LoadRevisions(std::string const& file, // Run "cvs log" to get revisions of this file on this branch. const char* cvs = this->CommandLineTool.c_str(); const char* cvs_log[] = - {cvs, "log", "-N", "-d ", revisions); OutputLogger err(this->Log, "log-err> ");