From 2a20f0f0c6e57882af556a3d7fce304c83467a4c Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Fri, 7 Jan 2011 04:41:13 +0000 Subject: [PATCH] improve build script to not "override" values set by others in their local builds. --- releng.control/commonVariations.shsource | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releng.control/commonVariations.shsource b/releng.control/commonVariations.shsource index d1e5e61fd..d272555af 100644 --- a/releng.control/commonVariations.shsource +++ b/releng.control/commonVariations.shsource @@ -120,7 +120,7 @@ export BUILD_CVS_ROOT=${BUILD_CVS_ROOT:+/cvsroot/webtools} # for builds on local machines, SKIPUSERS should be 'true' to avoid # notifying users about those builds on your local machine -export SKIPUSERS=${:+false} +export SKIPUSERS=${SKIPUSERS:+false} export DOWNLOAD_ROOT=${DOWNLOAD_ROOT:+/home/data/httpd/download.eclipse.org} -- GitLab