Show More
@@ -311,6 +311,9 if sys.platform == 'cygwin': | |||
|
311 | 311 | |
|
312 | 312 | return encoding.upper(path) |
|
313 | 313 | |
|
314 | normcasespec = encoding.normcasespecs.other | |
|
315 | normcasefallback = normcase | |
|
316 | ||
|
314 | 317 | # Cygwin translates native ACLs to POSIX permissions, |
|
315 | 318 | # but these translations are not supported by native |
|
316 | 319 | # tools, so the exec bit tends to be set erroneously. |
General Comments 0
You need to be logged in to leave comments.
Login now