From 32c2ed2ef37990060238d2e136b255d7074f6ae4 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Sun, 3 Aug 2003 22:33:35 -0400 Subject: ENH: Use the new signature --- Source/cmBuildNameCommand.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Source/cmBuildNameCommand.cxx') diff --git a/Source/cmBuildNameCommand.cxx b/Source/cmBuildNameCommand.cxx index a650fad2e5..06b6658ad4 100644 --- a/Source/cmBuildNameCommand.cxx +++ b/Source/cmBuildNameCommand.cxx @@ -50,8 +50,7 @@ bool cmBuildNameCommand::InitialPass(std::vector const& args) if(m_Makefile->GetDefinition("UNIX")) { buildname = ""; - cmSystemTools::RunCommand("uname -a", - buildname); + cmSystemTools::RunSingleCommand("uname -a", &buildname); if(buildname.length()) { std::string RegExp = "([^ ]*) [^ ]* ([^ ]*) "; -- cgit v1.2.1