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]

RE: Strange PWD result from "Cwd::chdir y:/dir"



> [POPCORN;] chdirtest y:/java
> PWD[/cygdrive/d/dmk/java]
> dir[y:/java]
> PWD[/cygdrive/d/dmk/java/y:/java]
...
> The second attempt is changing to the directory "y:/java".  The
> directory contents are correct, but the PWD value is screwy.  Is it
> supposed to look like this, or is there something wrong here?
>

No, it is not supposed, yes, something wrong. It is a Perl bug. It does not
recognize x:/foo as an absolute path and tries to concatenate is with cwd. The
same happens with some other programs.

-andrej


--
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]