From: Herbert Xu <herbert@gondor.apana.org.au>
To: Fredrik Fornwall <fredrik@fornwall.net>
Cc: dash@vger.kernel.org
Subject: Re: [PATCH] Set LC_ALL instead LC_COLLATE in mkbuiltins
Date: Fri, 22 May 2015 12:25:31 +0800 [thread overview]
Message-ID: <20150522042531.GA30829@gondor.apana.org.au> (raw)
In-Reply-To: <CAOhdH0uf7Kj2noz4vnuLo_06W2HZ4Xwh_Bm5vKC71VHfeswD_Q@mail.gmail.com>
Fredrik Fornwall <fredrik@fornwall.net> wrote:
> In mkbuiltins LC_COLLATE is set, but since "The value of the LC_ALL
> environment variable has precedence over any of the other environment
> variables starting with LC_"
> (http://pubs.opengroup.org/onlinepubs/7908799/xbd/envvar.html), this
> has no effect when LC_ALL is set.
>
> This breaks when having e.g. LC_ALL=en_US.UTF-8 during make, which
> causes the test case
> dash -c :
> to fail, probably due to broken ordering in builtins.c. The patch
> corrects that by setting LC_ALL instead of LC_COLLATE.
This causes any errors printed by sort to come out in English.
Please fix this by simply setting LC_ALL to empty alongside
LC_COLLATE=C.
Thanks,
--
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
next prev parent reply other threads:[~2015-05-22 4:25 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-17 23:15 Fredrik Fornwall
2015-05-22 4:25 ` Herbert Xu [this message]
2015-05-22 4:40 ` Eric Blake
2015-05-22 4:45 ` Herbert Xu
2015-05-22 13:02 ` Eric Blake
2015-05-24 21:05 ` Fredrik Fornwall
2015-05-26 2:49 ` Herbert Xu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150522042531.GA30829@gondor.apana.org.au \
--to=herbert@gondor.apana.org.au \
--cc=dash@vger.kernel.org \
--cc=fredrik@fornwall.net \
--subject='Re: [PATCH] Set LC_ALL instead LC_COLLATE in mkbuiltins' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).