This is the mail archive of the cygwin 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]
Other format: [Raw text]

cygpath + csh bug!


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 .`

Attachment: cygcheck.out
Description: Binary data

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]