summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/tools/tinderbox/tinderbox.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/tools/tinderbox/tinderbox.pl b/tools/tools/tinderbox/tinderbox.pl
index 8476fc2..42ced6c 100644
--- a/tools/tools/tinderbox/tinderbox.pl
+++ b/tools/tools/tinderbox/tinderbox.pl
@@ -258,6 +258,8 @@ Report bugs to <des\@freebsd.org>.
MAIN:{
$ENV{'PATH'} = '';
+ $ENV{'TZ'} = "GMT";
+ tzset();
# Set defaults
$arch = `/usr/bin/uname -m`;
@@ -384,6 +386,7 @@ MAIN:{
# Prepare environment for make(1);
cd("$sandbox/src");
%ENV = (
+ 'TZ' => "GMT",
'PATH' => "/usr/bin:/usr/sbin:/bin:/sbin",
'__MAKE_CONF' => "/dev/null",
OpenPOWER on IntegriCloud