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