ENH: Allow spaces in update command
This commit is contained in:
parent
9619d54003
commit
37f2d32686
@ -288,6 +288,8 @@ int cmCTestUpdateHandler::ProcessHandler()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
updateCommand = "\"" + updateCommand + "\"";
|
||||||
|
|
||||||
// First, check what the current state of repository is
|
// First, check what the current state of repository is
|
||||||
std::string command = "";
|
std::string command = "";
|
||||||
switch( updateType )
|
switch( updateType )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user