1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

globcasedetect: add Cygwin note to COMPATIBILITY (re: 71934570)

Ref.: 71934570 (commitcomment-48574903)
This commit is contained in:
Martijn Dekker 2021-03-23 00:33:24 +00:00
parent af07bb6aa3
commit 9ee82b83e0

View file

@ -107,6 +107,10 @@ For more details, see the NEWS file and for complete details, see the git log.
20. If the HOME variable is unset, the bare tilde ~ now expands to the 20. If the HOME variable is unset, the bare tilde ~ now expands to the
current user's system home directory instead of merely the username. current user's system home directory instead of merely the username.
21. On Windows/Cygwin, globbing is no longer case-insensitive by default.
Turning on the new --globcasedetect shell option restores
case-insensitive globbing for case-insensitive file systems.
____________________________________________________________________________ ____________________________________________________________________________
KSH-93 VS. KSH-88 KSH-93 VS. KSH-88