cd and pushd do not set $PWD and $cwd correctly in tcsh on NT

Eugene_Reznik@putnam.com Eugene_Reznik@putnam.com
Fri Oct 25 12:23:00 GMT 2002


I am runnning into the following problem:


1. start tcsh
2. cd /
3. cd c:/winnt

After the last commnad the working directoy is /cygdrive/c/winnt. The
output of the pwd command confirms this. However, both $PWD and $cwd are
set to: /c:/winnt. See below:


/cygdrive/d> cd /

16 /> cd c:/winnt

17 /c:/winnt> pwd
/cygdrive/c/winnt
18 /c:/winnt> echo $PWD
/c:/winnt
19 /c:/winnt> echo $cwd
/c:/winnt
20 /c:/winnt>




(Embedded image moved to file: pic22648.pcx)




-------------- next part --------------
A non-text attachment was scrubbed...
Name: pic22648.pcx
Type: application/octet-stream
Size: 18402 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20021025/15956e1a/attachment.obj>
-------------- next part --------------
--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


More information about the Cygwin mailing list