Pavel Kudrna wrote:
> Hi,
> when dos(win32) path contains period, e.g. "c:." bash instead of
> converting to "/cygdrive/c" incorrectly copies
> this string into PATH variable including colon!
> (Such dos path containing period is legal and is used in Novell Client
> as search drives.)
> Pavel Kud
On 03 April 2007 17:18, Pavel Kudrna wrote:
> (Such dos path containing period is legal and is used in Novell Client
> as search drives.)
However it is impossible to reproduce precisely in cygwin, as there is no
concept of a current directory per-drive, only one for the entire system.
> Pavel
Hi,
when dos(win32) path contains period, e.g. "c:." bash instead of
converting to "/cygdrive/c" incorrectly copies
this string into PATH variable including colon!
(Such dos path containing period is legal and is used in Novell Client
as search drives.)
Pavel Kudrna
C:\temp> path c:\temp;c:.;
3 matches
Mail list logo