attempt to avoid spurious warnings in log. See
http://jira.public.thoughtworks.org/browse/CC-766
diff --git a/releng.control/cc.sh b/releng.control/cc.sh
index abbec6d..6d1348f 100644
--- a/releng.control/cc.sh
+++ b/releng.control/cc.sh
@@ -27,6 +27,7 @@
 export JETTY_HOME=${CCDIR}
 
 if [ -z $DASHBOARDHOST ] 
+then
   DASHBOARDHOST=$HOSTNAME
 fi 
 
diff --git a/releng.control/commonVariations.shsource b/releng.control/commonVariations.shsource
index 9208c2e..e4161d9 100644
--- a/releng.control/commonVariations.shsource
+++ b/releng.control/commonVariations.shsource
@@ -129,3 +129,5 @@
 # the signing script from a signer ID, while running as wtpBuild.
 # should be blank or omitted in local builds
 export REMOTE_SSH_COMMAND="ssh david_williams@build.eclipse.org "
+
+export DASHBOARDHOST=build.eclipse.org