On 10/19/13 14:53, Jilles Tjoelker wrote: > On Sat, Oct 19, 2013 at 01:03:51PM -0700, Colin Percival wrote: >> On 10/19/13 02:40, Dag-Erling Smørgrav wrote: >>> - P="[-+./:=%@_[[:alnum:]]" >>> + P="[-+./:=%@_[~[:alnum:]]" > >> Shouldn't this be >> P="[-+./:=%@_~[[:alnum:]]" >> instead? > > That is equivalent. Both versions match an open square bracket in > addition to the other characters.
Duh. I hadn't fully woken up yet and my brain mis-matched the brackets. Sorry for the noise... -- Colin Percival Security Officer Emeritus, FreeBSD | The power to serve Founder, Tarsnap | www.tarsnap.com | Online backups for the truly paranoid _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"