summaryrefslogtreecommitdiff
path: root/contrib/gcc_update
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc_update')
-rwxr-xr-xcontrib/gcc_update6
1 files changed, 6 insertions, 0 deletions
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