commit | 73e3a644c1af8e28ca45c3b5169dee8acc06b179 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sun Nov 01 02:33:51 2015 -0600 |
committer | Rob Landley <rob@landley.net> | Sun Nov 01 02:33:51 2015 -0600 |
tree | 5ac780dddcfb6505d723215b8e7af6059c1e0981 | |
parent | f3dc8a81c56209d7ae0fcd859a359d13e577d63d [diff] |
Change grep -w to checking matches after the fact rather than modifing regex. This lets '(x)\1' match, as reported by Isabella Parakiss.