Re: bin/tar incorrectly parse '[^...]' patterns in --exclude

2010-10-05 Thread Tim Kientzle
On Oct 5, 2010, at 1:27 AM, Mykola Dzham wrote: > Hi! > bsd tar parse only '[!...]' as negate pattern, but gnu tar and bsd tar > on 8-STABLE parse '[^...]' too: > > Fix: > > Index: usr.bin/tar/pathmatch.c > === > --- usr.bin/tar/pa

bin/tar incorrectly parse '[^...]' patterns in --exclude

2010-10-05 Thread Mykola Dzham
Hi! bsd tar parse only '[!...]' as negate pattern, but gnu tar and bsd tar on 8-STABLE parse '[^...]' too: # uname -a FreeBSD laptop.levsha.me 9.0-CURRENT FreeBSD 9.0-CURRENT #4 r212602M: Wed Sep 15 04:50:20 EEST 2010 r...@laptop.levsha.me:/usr/obj/usr/src/sys/LEVSHA amd64 # tar --version b