summaryrefslogtreecommitdiff
path: root/maintainer-scripts/gcc_release
diff options
context:
space:
mode:
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2006-09-18 17:07:14 +0000
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2006-09-18 17:07:14 +0000
commitfc0f602ce3f805018e8f1b96e47343df0e39e9e3 (patch)
tree110fe985b88af1b95ee5475b2de3f1013a579bda /maintainer-scripts/gcc_release
parent914623b08ba9226bd0fb263c712a0134c1c876a9 (diff)
downloadgcc-fc0f602ce3f805018e8f1b96e47343df0e39e9e3.tar.gz
* gcc_release (LC_ALL): Default to C.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117029 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts/gcc_release')
-rwxr-xr-xmaintainer-scripts/gcc_release5
1 files changed, 4 insertions, 1 deletions
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"`