FIX: go back to not trying to handle spaces in the path for run single command and comment it so that people know to call the right thing

This commit is contained in:
Bill Hoffman
2004-10-25 13:16:05 -04:00
parent a3798b2cbf
commit 626be7884a
5 changed files with 18 additions and 40 deletions
@@ -117,7 +117,8 @@ int main()
exe += "A";
exe += cmSystemTools::GetExecutableExtension();
int ret;
std::string errorMessage;
std::string errorMessage;
exe = cmSystemTools::ConvertToRunCommandPath(exe.c_str());
if(cmSystemTools::RunSingleCommand(exe.c_str(), 0, &ret))
{
if(ret != 10)