From 37f2d32686d57b1c12822d6585b81134544a86c4 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Wed, 4 May 2005 11:16:53 -0400 Subject: ENH: Allow spaces in update command --- Source/CTest/cmCTestUpdateHandler.cxx | 2 ++ 1 file changed, 2 insertions(+) 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 ) -- cgit v0.12