commit | b8094190c3e3b5824a542122cc4f2f9144678be1 | [log] [tgz] |
---|---|---|
author | Dobroslaw Kijowski <dobo90@gmail.com> | Thu May 18 12:35:02 2017 +0200 |
committer | Dobroslaw Kijowski <dobo90@gmail.com> | Thu May 18 12:37:08 2017 +0200 |
tree | 54be8693651eaf2d0d80924293fa63d6c38e8fcf | |
parent | 1e2ebe1ab621eb8030be96b898b3f1894b33d940 [diff] |
extract_utils: fix extracting XML files containing binary characters When a line from the XML file contains a character which grep classifies as a binary one, it will omit this line at all. Moreover it will append 'Binary file matches' to the stdout. This behavior breaks some XML files. To fix this issue, let's tell grep to process a binary file as if it were text. Change-Id: I6ec5689f73a0926870e502f3f8ee77346b47d05f