RE: bash improperly sets PATH containing period

2007-04-04 Thread Long, Phillip GOSS
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

RE: bash improperly sets PATH containing period

2007-04-03 Thread Dave Korn
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

bash improperly sets PATH containing period

2007-04-03 Thread Pavel Kudrna
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:.;