bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: new snapshot available: coreutils-7.3.6-3a9072


From: Jim Meyering
Subject: Re: new snapshot available: coreutils-7.3.6-3a9072
Date: Tue, 05 May 2009 07:15:15 +0200

Andreas Schwab wrote:
> Jim Meyering <address@hidden> writes:
>
>>       tests: correct the "make check"-run check-AUTHORS test
>
> 2009-05-05  Andreas Schwab  <address@hidden>
>
>       * src/Makefile.am (check-AUTHORS): Set locale.
>
> diff --git a/src/Makefile.am b/src/Makefile.am
> index 136cada..260a1fa 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -388,8 +388,9 @@ au_dotdot = authors-dotdot
>  au_actual = authors-actual
>  .PHONY: check-AUTHORS
>  check-AUTHORS: $(all_programs)
> -     $(AM_V_GEN)LC_ALL="$$locale" ./cat --version    \
> -         | grep ' Torbjorn '                         \
> +     $(AM_V_GEN)locale=en_US.UTF-8;                  \
> +     LC_ALL="$$locale" ./cat --version               \
> +         | grep ' Torbjorn ' > /dev/null             \

Thanks!
Applied.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]