diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CTest/cmCTestUpdateHandler.cxx | 2 |
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 ) |