* gcc_release: Set TZ to UTC0.

From-SVN: r52529
This commit is contained in:
Kelley R. Cook 2002-04-19 17:23:36 +00:00 committed by Mark Mitchell
parent 62a12b2795
commit 1f1760d33c
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-04-19 Kelley R. Cook (kelly.r.cook@gm.com)
* gcc_release: Set TZ to UTC0.
2002-04-15 Mark Mitchell <mark@codesourcery.com>
* gcc_release (build_tarfiles): Do not build Chill tarfiles.

View File

@ -557,6 +557,10 @@ export CVSROOT
# Main Program
########################################################################
# Set the timezone to UTC
TZ="UTC0"
export TZ
# Handle the major modes.
while [ $# -ne 0 ]; do
case $1 in