diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-10 12:18:32 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-10 12:18:32 +0000 |
commit | 04ea11b033b38b8cde6e2f478845d0b756c330b4 (patch) | |
tree | 0e78c558e2505ebf6d65c6d6c194746a3f305ed8 /archival/rpm.c | |
parent | 476b0700364f1d2fc3879a49ed53c71b4cc776df (diff) | |
download | busybox-04ea11b033b38b8cde6e2f478845d0b756c330b4.tar.gz |
grep: fix grep -F -e str1 -e str2 (was matching str2 only)
by replacing "=" by "|=" here:
found |= strstr(line, gl->pattern) != NULL;
grep: optimization: stop on first -e match
grep: stop using bss. -40 bytes
Diffstat (limited to 'archival/rpm.c')
0 files changed, 0 insertions, 0 deletions