commit | 04ea11b033b38b8cde6e2f478845d0b756c330b4 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Mon Sep 10 12:18:32 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Mon Sep 10 12:18:32 2007 +0000 |
tree | 0e78c558e2505ebf6d65c6d6c194746a3f305ed8 | |
parent | 476b0700364f1d2fc3879a49ed53c71b4cc776df [diff] |
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