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]

Re: Fixing the state of C++ in Cygwin


Steven Brown wrote:

> The cause of this is apparently /tmp being a textmode mount.  If
> switched to binary, cat << EOF works as expected.  Is that really what's
> supposed to happen?  It doesn't seem right that a system configured to
> act binmode is going textmode just due to using '<< EOF' syntax.

That sounds like a bash bug to me.  The type of mount of /tmp should not
affect "heredoc"s.

Brian

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