Commit Graph

5 Commits

Author SHA1 Message Date
brian m. carlson
baa79b1684
tools: detect MINGW as Cygwin
There are several cases in which we can pass in Unix-style paths in the
Git Bash environment, which is MINGW64-based, including in file URLs. To
make such paths work, let's accept such URLs with the Unix-style paths
and then translate them to Windows-style paths automatically. Note that
passing Windows-style paths to "cygpath -W", which is what we use in
this case, works fine, so there's no regression in the Git Bash case.
2019-08-02 17:23:46 +00:00
Aleksandar Ružičić
a7241149bc
Fix tools.TranslateCygwinPath() on MSYS 2017-05-29 23:44:33 +02:00
Taylor Blau
f29d0b5764 tools: fix misnamed const 2017-02-28 13:54:01 -08:00
Taylor Blau
df847b26ba tools: cache cygwin support 2017-02-28 13:42:31 -08:00
Taylor Blau
88522b4e04 tools: wrap os.Getwd with cygwin support 2017-02-20 15:25:43 -07:00