From c334c130bd67d51f03327e14a05ca4ba6b38be20 Mon Sep 17 00:00:00 2001 From: Basile Starynkevitch Date: Thu, 22 Apr 2010 06:15:07 +0000 Subject: [PATCH] gcc_update: Sets the locale to C. 2010-04-22 Basile Starynkevitch * gcc_update: Sets the locale to C. From-SVN: r158629 --- contrib/ChangeLog | 4 ++++ contrib/gcc_update | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index ea62ec4f2b1..3a5f8f56597 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2010-04-22 Basile Starynkevitch + + * gcc_update: Sets the locale to C. + 2010-04-06 Joseph Myers * gennews (files): Add files for GCC 4.5. diff --git a/contrib/gcc_update b/contrib/gcc_update index 3e5a842338c..37e65af59c4 100755 --- a/contrib/gcc_update +++ b/contrib/gcc_update @@ -43,6 +43,12 @@ GCC_SVN=${GCC_SVN-${SVN-svn}} # Default options used when updating via SVN (none). UPDATE_OPTIONS="" +# Set the locale to C to make this script work for users with foreign +# locale like e.g. French UTF-8. +LANG=C +LC_ALL=C +export LANG LC_ALL + ######## Anything below shouldn't be changed by regular users. # Arrange for the value of $0 to be available for functions