summaryrefslogtreecommitdiffstats
path: root/Source/cmSiteNameCommand.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-04-15 15:38:35 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-04-15 15:38:35 (GMT)
commite78cf5ca6fe9e6959233d86fceacef2e46eced3b (patch)
treebc426a3c60431940f361f516c857797f58d6c6dc /Source/cmSiteNameCommand.cxx
parentfad91fb77038a243711677e904314ff0f283a68c (diff)
downloadCMake-e78cf5ca6fe9e6959233d86fceacef2e46eced3b.zip
CMake-e78cf5ca6fe9e6959233d86fceacef2e46eced3b.tar.gz
CMake-e78cf5ca6fe9e6959233d86fceacef2e46eced3b.tar.bz2
BUG: fix for bug 689
Diffstat (limited to 'Source/cmSiteNameCommand.cxx')
-rw-r--r--Source/cmSiteNameCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSiteNameCommand.cxx b/Source/cmSiteNameCommand.cxx
index 3eed478..b949aeb 100644
--- a/Source/cmSiteNameCommand.cxx
+++ b/Source/cmSiteNameCommand.cxx
@@ -67,7 +67,7 @@ bool cmSiteNameCommand::InitialPass(std::vector<std::string> const& args)
{
std::string host;
cmSystemTools::RunSingleCommand(hostname_cmd.c_str(),
- &host);
+ &host, 0, 0, false);
// got the hostname
if (host.length())