[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [coreutils] tr: case mapping anomaly
From: |
Pádraig Brady |
Subject: |
Re: [coreutils] tr: case mapping anomaly |
Date: |
Wed, 29 Sep 2010 11:08:45 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 |
On 29/09/10 07:45, Jim Meyering wrote:
> Pádraig Brady wrote:
>> +# characters in some locales, triggered abort()s and invalid behavior
>> +if test "$(LC_ALL=en_US.ISO-8859-1 locale charmap 2>/dev/null)" =
>> ISO-8859-1;
>> +then
>> + (
>
> No big deal, but why run this in a subshell?
> It doesn't seem necessary here.
Yes that is overkill in this case.
I had copied the sub-shell bit from my
locally improved join-i18n test.
I've just pushed that.
cheers,
Pádraig.
- [coreutils] tr: case mapping anomaly, Pádraig Brady, 2010/09/24
- Re: [coreutils] tr: case mapping anomaly, Eric Blake, 2010/09/24
- Re: [coreutils] tr: case mapping anomaly, Pádraig Brady, 2010/09/25
- Re: [coreutils] tr: case mapping anomaly, Jim Meyering, 2010/09/25
- Re: [coreutils] tr: case mapping anomaly, Eric Blake, 2010/09/29
- Re: [coreutils] tr: case mapping anomaly, Pádraig Brady, 2010/09/29
- Re: [coreutils] tr: case mapping anomaly, Eric Blake, 2010/09/29
- Re: [coreutils] tr: case mapping anomaly, Eric Blake, 2010/09/29