diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-03-16 00:31:27 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-03-16 00:31:27 +0000 |
commit | 9d7f0e1d46a26104755478c76ccd658b11f586ec (patch) | |
tree | c62c9f2d1c8e0363b9a42e8058d30fa63d4b7b25 | |
parent | 139b410f5b87cee18a203a33888eba6a81ca83cb (diff) | |
download | src-9d7f0e1d46a26104755478c76ccd658b11f586ec.tar.gz src-9d7f0e1d46a26104755478c76ccd658b11f586ec.zip |
Set TZ to UTC so dates in the history file will match dates in the logs.
Notes
Notes:
svn path=/head/; revision=127049
-rw-r--r-- | tools/tools/tinderbox/tbmaster.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tools/tinderbox/tbmaster.pl b/tools/tools/tinderbox/tbmaster.pl index 7e0ed9bff40e..bd01bc22ad81 100644 --- a/tools/tools/tinderbox/tbmaster.pl +++ b/tools/tools/tinderbox/tbmaster.pl @@ -418,6 +418,7 @@ sub tbmaster($) { ### MAIN:{ # Set defaults + $ENV{'TZ'} = "UTC"; $ENV{'PATH'} = "/usr/bin:/usr/sbin:/bin:/sbin"; $INITIAL_CONFIG{'HOSTNAME'} = `/usr/bin/uname -n`; if ($INITIAL_CONFIG{'HOSTNAME'} =~ m/^([0-9a-z-]+(?:\.[0-9a-z-]+)*)$/) { |