mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
macOS version of sed doesn't recognize \r as special character. Replacing with \x0D substitution which works everywhere.
macOS version of sed doesn't recognize \r as special character. Replacing with \x0D substitution which works everywhere.