* gcc_release (LC_ALL): Default to C.
authorGerald Pfeifer <gerald@pfeifer.com>
Mon, 18 Sep 2006 17:07:14 +0000 (17:07 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Mon, 18 Sep 2006 17:07:14 +0000 (17:07 +0000)
From-SVN: r117029

maintainer-scripts/ChangeLog
maintainer-scripts/gcc_release

index 11d4cb316f48ed78ab56f0753acc720d8ba8503d..05ab78cf48c49204b3472aeb01d1b1f74b5f638f 100644 (file)
@@ -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.
index adba309303da30d64836bebf89ac712393be41b8..5fe825e84638d55ce68bdd9ced829a0a86894718 100755 (executable)
@@ -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"`