coreutils
[Top][All Lists]
Advanced

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

Re: [PATCH] maint: avoid perl warning in sc_check-AUTHORS


From: Jim Meyering
Subject: Re: [PATCH] maint: avoid perl warning in sc_check-AUTHORS
Date: Thu, 21 Nov 2013 08:00:52 -0800

On Thu, Nov 21, 2013 at 3:15 AM, Bernhard Voelker
<address@hidden> wrote:
> On openSUSE-13.1 with perl v5.18.1, I was getting many warnings during
> syntax-check:
>
>   check-AUTHORS
>   -i used with no filenames on the command line, reading from STDIN.
>   -i used with no filenames on the command line, reading from STDIN.
>   ...
>   -i used with no filenames on the command line, reading from STDIN.
>   0.94 check-AUTHORS
>
> The following patch fixes it.
...
> -           | perl -0 -pi -e 's/,\n/, /gm'              \
> +           | perl -0 -p -e 's/,\n/, /gm'               \
...

Thanks.  Obviously correct.



reply via email to

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