From 8f74db57a548e806f237fd618a435ba44f307207 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 19 Sep 2002 11:01:21 -0400 Subject: [PATCH] minor cleanup --- Source/cmTryRunCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmTryRunCommand.cxx b/Source/cmTryRunCommand.cxx index d65015d3a..88e26a1fb 100644 --- a/Source/cmTryRunCommand.cxx +++ b/Source/cmTryRunCommand.cxx @@ -89,7 +89,7 @@ bool cmTryRunCommand::InitialPass(std::vector 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);