This is the mail archive of the cygwin@sourceware.cygnus.com 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]

Re: Bash operator << broken in 17.1


Make sure you have a /tmp directory. You can either create one directly
(mkdir /tmp), or you can mount a temp directory from another drive. In my
case, I've mounted my /tmp from drive D: (mount d:/tmp /tmp). Either
approach will fix the problem.

Rick

At 02:57 PM 2/20/97 -0700, Doug Kushner wrote:
>> The bash operator << is broken in GNU-WIN32 17.1 under Windows NT 4.0.
>> For example, try this:
>> 
>> cat >test << XYZ
>> > 1
>> > 2
>> > XYZ
>> 
>> You get an error like
>> 
>> bash.exe: 410230543 File or directory not found
>
>This is broken under Win95 as well.  Most frustrating, since this feature
>is a must for the porting project that I'm working on. :(
>
>Doug
>
>-
>For help on using this list, send a message to
>"gnu-win32-request@cygnus.com" with one line of text: "help".
>
>
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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