-
- Downloads
GetPrerequisites: Always filter objdump output as text
When using `grep` to filter the output, add the `-a` flag to tell it never to treat the output as binary. Otherwise when LANG != C in the environment the non-ascii text may break the filter.
Please register or sign in to comment