John E Hein <jhein@timing.com> writes:
> - if ($tag !~ m/\./ && # skip vendor tags
> + if ($tag !~ m/\./ # skip vendor tags
> && (!@exclude || !grep({ $_ eq $tag } @exclude))
> && (!@include || grep({ $_ eq $tag } @include))) {
Oops... Maybe that's why people were still using John's version :)
DES
--=20
Dag-Erling Sm=C3=B8rgrav - des@des.no
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"