diff options
author | Ron Yorston <rmy@pobox.com> | 2019-01-23 10:05:36 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-01-23 10:05:36 +0000 |
commit | 8e55f1eabc0632d6060caf1c0bf9325ac1cc19c2 (patch) | |
tree | 06def01ca32c7de4385c9920d0c2ac4dcdc62ddb /win32 | |
parent | e92596d0b1f30fb6751d304c41d59968c237fd79 (diff) | |
download | busybox-w32-8e55f1eabc0632d6060caf1c0bf9325ac1cc19c2.tar.gz busybox-w32-8e55f1eabc0632d6060caf1c0bf9325ac1cc19c2.tar.bz2 busybox-w32-8e55f1eabc0632d6060caf1c0bf9325ac1cc19c2.zip |
awk: fix handling of regular expressions that match end-of-line
awk failed to match regular expressions that included an end-of-line:
it was looking for a LF whereas lines were terminated by CRLF.
Rather than tinker with the regex code or arrange for input to be
in text mode I've stripped CRs from the input.
Diffstat (limited to 'win32')
0 files changed, 0 insertions, 0 deletions