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>
Thu, 29 Mar 2018 16:03:50 +0000 (18:03 +0200)
commit03fd7e06f854d385070a6fc9714f445727c359cd
tree4e1b3874319a795ce7adb296b97891b7d549188e
parent3be4b9b0dee790bc19314411f109d6dcb14f97dc
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