aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2003-02-18 10:14:13 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2003-02-18 10:14:13 +0000
commitb61b86b86f426cc7c24d97e7290d0bfb20c89e55 (patch)
tree15963dc346784bea6fbe8835b6266758bfb52cfe /tools
parent69f034dae479048bbbf564bb60d646e58268fd48 (diff)
Notes
Diffstat (limited to 'tools')
-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 8476fc22f1e9..42ced6cea14d 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",