Re: Normalized directory name

2009-05-04 Thread Corinna Vinschen
On Apr 30 18:00, Tim McDaniel wrote: > On Thu, 30 Apr 2009, Eric Blake wrote: >> But beware that with cygwin 1.7, you can have directories which are >> case sensitive, in which case the glob may return multiple files. > > A few questions out of curiosity, since I've not read up on Cygwin 1.7: In t

Re: Normalized directory name

2009-04-30 Thread Tim McDaniel
On Thu, 30 Apr 2009, Eric Blake wrote: But beware that with cygwin 1.7, you can have directories which are case sensitive, in which case the glob may return multiple files. A few questions out of curiosity, since I've not read up on Cygwin 1.7: What does Cygwin 1.7 do in that case with mkd

Re: Normalized directory name

2009-04-30 Thread Eric Blake
Tim McDaniel panix.com> writes: > For tidiness, if nothing else, I'd like to get the normalized form, in > much the same way how, in CMD, I can do > E:\>cd cm\buildutil > and have the prompt become > E:\CM\BuildUtil> In the case of cd, I'm not going to patch bash to do this by default.