insensitive case problem in latest cygwin

2005-02-14 Thread Jason Taylor
windows xp The current version of cygwin seems to ignore case in the filesystem. if you open a cygwin bash shell and type touch AAA mv AAA aaa it says that 'AAA' and 'aaa' are the same filename and doesn't change the filename. When I run cygwin setup and go back to the 'prev' version the mv co

Re: insensitive case problem in latest cygwin

2005-02-14 Thread Jason Taylor
ncommon to have filenames that are case sensitive under cygwin I'll just assume it won't work and script around it. Thanks, Jason On Mon, 14 Feb 2005 13:45:04 -0500 (EST), Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > On Mon, 14 Feb 2005, Jason Taylor wrote: > > >