Commit 1f1760d3 by Kelley R. Cook Committed by Mark Mitchell

* gcc_release: Set TZ to UTC0.

From-SVN: r52529
parent 62a12b27
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment