ENH: Allow spaces in update command

This commit is contained in:
Andy Cedilnik 2005-05-04 11:16:53 -04:00
parent 9619d54003
commit 37f2d32686

View File

@ -288,6 +288,8 @@ int cmCTestUpdateHandler::ProcessHandler()
}
}
updateCommand = "\"" + updateCommand + "\"";
// First, check what the current state of repository is
std::string command = "";
switch( updateType )