From e78cf5ca6fe9e6959233d86fceacef2e46eced3b Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 15 Apr 2004 11:38:35 -0400 Subject: [PATCH] BUG: fix for bug 689 --- Source/cmSiteNameCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmSiteNameCommand.cxx b/Source/cmSiteNameCommand.cxx index 3eed478c6d..b949aeb81d 100644 --- a/Source/cmSiteNameCommand.cxx +++ b/Source/cmSiteNameCommand.cxx @@ -67,7 +67,7 @@ bool cmSiteNameCommand::InitialPass(std::vector const& args) { std::string host; cmSystemTools::RunSingleCommand(hostname_cmd.c_str(), - &host); + &host, 0, 0, false); // got the hostname if (host.length())