This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: contrib/gcc_update in non-english locales


> % svn diff gcc-trunk-bstarynk/contrib/gcc_update
> Index: gcc-trunk-bstarynk/contrib/gcc_update
> ===================================================================
> --- gcc-trunk-bstarynk/contrib/gcc_update ? ? ? (revision 157825)
> +++ gcc-trunk-bstarynk/contrib/gcc_update ? ? ? (working copy)
> @@ -43,6 +43,11 @@
> ?# Default options used when updating via SVN (none).
> ?UPDATE_OPTIONS=""
>
> +# set the locale to C to make this work for users with foreign locale
> +# like e.g. French UTF-8.
> +LANG=C
> +LC_ALL=C

Add "export LANG LC_ALL" here.

Ok with this change, thanks!

Paolo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]