* gcc_release: Set TZ to UTC0.
From-SVN: r52529
This commit is contained in:
parent
62a12b2795
commit
1f1760d33c
@ -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>
|
2002-04-15 Mark Mitchell <mark@codesourcery.com>
|
||||||
|
|
||||||
* gcc_release (build_tarfiles): Do not build Chill tarfiles.
|
* gcc_release (build_tarfiles): Do not build Chill tarfiles.
|
||||||
|
@ -557,6 +557,10 @@ export CVSROOT
|
|||||||
# Main Program
|
# Main Program
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
||||||
|
# Set the timezone to UTC
|
||||||
|
TZ="UTC0"
|
||||||
|
export TZ
|
||||||
|
|
||||||
# Handle the major modes.
|
# Handle the major modes.
|
||||||
while [ $# -ne 0 ]; do
|
while [ $# -ne 0 ]; do
|
||||||
case $1 in
|
case $1 in
|
||||||
|
Loading…
Reference in New Issue
Block a user