This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Bug in mkdir ?


Hello,

i´m using mkdir (GNU Fileutils 4.0) of the latest cygwin and it seems that the -p option
is not correct handled with all path-styles:
   mkdir -p <driveletter>:/any/path/to/a/new/dir
and
   mkdir -p /cygdrive/<driveletter>/any/path/to/a/new/dir 
are working correct. But if i write
   mkdir -p //<driveletter>/any/path/to/a/new/dir 
then the file is not created if it doesn´t exists (wrong), if it exists already
nothing is done (correct).

I know that this pathstyle (//driveletter>/...) is somehow "deprecated" but IMHO
nevertheless it should be handled correct by every tools at least until this style is officially
not supported.

Ciao,
Klaus


-- 
Klaus Berndl			mailto: klaus.berndl@sdm.de
sd&m AG			http://www.sdm.de
software design & management	
Thomas-Dehler-Str. 27, 81737 München, Germany
Tel +49 89 63812-392, Fax -220


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]