diff options
author | des <des@FreeBSD.org> | 2004-03-16 00:31:27 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-03-16 00:31:27 +0000 |
commit | 12adb9e4a7a3722da6282caae8bab77c1170d4fd (patch) | |
tree | c62c9f2d1c8e0363b9a42e8058d30fa63d4b7b25 /tools | |
parent | f5a61d1e2baab1b1d2a3fad02b64996ddcf81868 (diff) | |
download | FreeBSD-src-12adb9e4a7a3722da6282caae8bab77c1170d4fd.zip FreeBSD-src-12adb9e4a7a3722da6282caae8bab77c1170d4fd.tar.gz |
Set TZ to UTC so dates in the history file will match dates in the logs.
Diffstat (limited to 'tools')
-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 7e0ed9b..bd01bc2 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-]+)*)$/) { |