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]

snapshot 20110528 works, 20110530 not


Hello,

The following script:

-------------------------------------------------
#!/bin/csh -f

/bin/ls /cygdrive | /bin/grep .

set x = `/bin/ls /cygdrive | /bin/grep .`
echo "zz $x zz"
-------------------------------------------------

produces

c
e
g
h
o
p
s
zz c e g h o p s Broken pipe zz


when run under the last snapshot (preceding snapshot was ok). "Broken" and "pipe" should not be there. I use XP SP3.

Regards,

Denis Excoffier.


---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      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]