summaryrefslogtreecommitdiff
path: root/maintainer-scripts
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2006-09-18 17:07:14 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2006-09-18 17:07:14 +0000
commitfad257c3163ed5afdb38236a756d66c80539a9a1 (patch)
tree110fe985b88af1b95ee5475b2de3f1013a579bda /maintainer-scripts
parent17cdf08234d2121f878dba7103fbfc051e1bb50a (diff)
* gcc_release (LC_ALL): Default to C.
From-SVN: r117029
Diffstat (limited to 'maintainer-scripts')
-rw-r--r--maintainer-scripts/ChangeLog4
-rwxr-xr-xmaintainer-scripts/gcc_release5
2 files changed, 8 insertions, 1 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index 11d4cb316f4..05ab78cf48c 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-17 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * gcc_release (LC_ALL): Default to C.
+
2006-03-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
* crontab: Don't build snapshot for 3.4.x anymore.
diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release
index adba309303d..5fe825e8463 100755
--- a/maintainer-scripts/gcc_release
+++ b/maintainer-scripts/gcc_release
@@ -9,7 +9,7 @@
# Contents:
# Script to create a GCC release.
#
-# Copyright (c) 2001, 2002 Free Software Foundation.
+# Copyright (c) 2001, 2002, 2006 Free Software Foundation.
#
# This file is part of GCC.
#
@@ -518,6 +518,9 @@ Last modified "${TEXT_DATE}"
# Initialization
########################################################################
+LC_ALL=C
+export LC_ALL
+
# Today's date.
DATE=`date "+%Y%m%d"`
LONG_DATE=`date "+%Y-%m-%d"`