cygpath + csh bug!

Ordak D. Coward owrdac@gmail.com
Wed Jul 27 02:24:00 GMT 2005


The following command combination in csh/tcsh does not work properly:

$ echo `cygpath -aw .`

The result is a truncated "C:". 

However, the same command works fine in bash and sh, the result isL
C:\cygwin

Moreover, all the following commands work as expected:

$ cygpath -aw .

$ echo `cygpath -aw .`

$ echo `cygpath -a .`

$ echo `cygpath -w .`
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cygcheck.out
Type: application/octet-stream
Size: 86170 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20050727/e3dcb1db/attachment.obj>
-------------- next part --------------
--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


More information about the Cygwin mailing list