From 4164660a473c12de5809b1ed7a453db99435b399 Mon Sep 17 00:00:00 2001 From: des Date: Tue, 18 Feb 2003 10:14:13 +0000 Subject: Explicitly set TZ to GMT (including in the build environment) --- tools/tools/tinderbox/tinderbox.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') 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 . 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", -- cgit v1.1