doc: Fix mentions of Cygwin-style paths to Unix-style

Cygwin-style is really only /cygpath/xxx and IDF doesn't support these.

Closes https://github.com/espressif/esp-idf/pull/1033
This commit is contained in:
Angus Gratton
2017-10-09 12:48:29 +11:00
committed by Angus Gratton
parent 110c71d3f1
commit d98934d56b
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Wrapper to run make and preprocess any paths in the output from MSYS/Cygwin paths
# Wrapper to run make and preprocess any paths in the output from MSYS Unix-style paths
# to Windows paths, for Eclipse
from __future__ import print_function, division
import sys, subprocess, os.path, re