minor cleanup

This commit is contained in:
Ken Martin 2002-09-19 11:01:21 -04:00
parent 5eeb0793ae
commit 8f74db57a5
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ bool cmTryRunCommand::InitialPass(std::vector<std::string> const& argv)
finalCommand = cmSystemTools::ConvertToOutputPath(fullPath.c_str());
finalCommand += runArgs;
}
cmSystemTools::RunCommand(finalCommand.c_str(), output, retVal);
cmSystemTools::RunCommand(finalCommand.c_str(), output, retVal, false);
// set the run var
char retChar[1000];
sprintf(retChar,"%i",retVal);