grep: fix echo "aa" | busybox grep -F -w "a" (should not match)
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 29 Mar 2018 16:03:50 +0000 (18:03 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 1 Apr 2018 11:04:11 +0000 (13:04 +0200)
commitaf874cc63e75f9c3b6f6715727a3a3e92a3b686f
tree3f546a6986c8d2c646c7761bd7424c45aad4f99b
parentb1aa377a3f23e5e547cd142bb82a81b811c788a2
grep: fix echo "aa" | busybox grep -F -w "a" (should not match)

function                                             old     new   delta
grep_file                                           1461    1470      +9

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
findutils/grep.c
testsuite/grep.tests