Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: uniq(1) is broken
On Sun, Oct 16, 2016 at 6:58 AM, Rin Okuyama
<rokuyama%rk.phys.keio.ac.jp@localhost> wrote:
> uniq(1) is currently broken:
>
> % cat test
> 1
> 12
> 1
> 1
> % uniq test
> 1
> 12
> 1
> 1
>
> This bug was introduced to uniq.c rev. 1.19,
>
> http://cvsweb.netbsd.org/bsdweb.cgi/src/usr.bin/uniq/uniq.c#rev1.19
>
Your patch looks good, I tested and committed. Thanks for the fix :-)
-
Abhinav
Home |
Main Index |
Thread Index |
Old Index