igrr / mkspiffs

Tool to build and unpack SPIFFS images
MIT License
186 stars 91 forks source link

Replaced handling of trailing cr in diff with an awk skript. #52

Closed b0wter closed 6 years ago

b0wter commented 6 years ago

Replaced the --strip-trailing-cr option of diff with an awk command that creates simple \n line endings (see #51). I have verified that the awk command works on Linux (Fedora) and BSD (FreeBSD).