This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: [patch] Cleanup: set LC_ALL=C before invoking sed on non-ASCII data


On 9 March 2013 07:32, Paul Pluzhnikov <ppluzhnikov@google.com> wrote:
> Greetings,
>
> On Ubuntu Precise, with LANG=en_US.UTF-8, this sed in posix/
>
>         sed -f PTESTS2C.sed < PTESTS > ptestcases.h
>
> produces a "corrupt" file ptestcases.h file (line 233), causing subsequent
> "make check" to fail.
>
>
> --
>
> 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
>
>         * posix/Makefile: Set LC_ALL=C before sed.

This should be:

        * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
        (ptestcases.h): Likewise.

The fix is fine.

Thanks,
Siddhesh

-- 
http://siddhesh.in


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