##// END OF EJS Templates
cygwin: define normcase spec and fallback...
Siddharth Agarwal -
r24596:75ea27f1 default
parent child Browse files
Show More
@@ -311,6 +311,9 b" if sys.platform == 'cygwin':"
311
311
312 return encoding.upper(path)
312 return encoding.upper(path)
313
313
314 normcasespec = encoding.normcasespecs.other
315 normcasefallback = normcase
316
314 # Cygwin translates native ACLs to POSIX permissions,
317 # Cygwin translates native ACLs to POSIX permissions,
315 # but these translations are not supported by native
318 # but these translations are not supported by native
316 # tools, so the exec bit tends to be set erroneously.
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