summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/CTest/cmCTestUpdateHandler.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestUpdateHandler.cxx b/Source/CTest/cmCTestUpdateHandler.cxx
index d6b11af..bbbca97 100644
--- a/Source/CTest/cmCTestUpdateHandler.cxx
+++ b/Source/CTest/cmCTestUpdateHandler.cxx
@@ -288,6 +288,8 @@ int cmCTestUpdateHandler::ProcessHandler()
}
}
+ updateCommand = "\"" + updateCommand + "\"";
+
// First, check what the current state of repository is
std::string command = "";
switch( updateType )