mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-28 03:23:14 +00:00
f5f625ead5
macOS version of sed doesn't recognize \r as special character. Replacing with \x0D substitution which works everywhere.