mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 20:54:24 +00: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.