mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-25 01:37:22 +00:00

Fixes WORKING_DIRECTORY argument being passed with spaces escaped `\ ` which causes failure in run_cmd.cmake, since the WORKING_DIRECTORY is interpreted as having a literal backslash character in it.