From: rrankin@primenet.com (Rick Rankin)
Subject: Re: Bash operator << broken in 17.1
21 Feb 1997 22:52:18 -0800
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <3.0.1.32.19970221221914.006a58e4.cygnus.gnu-win32@mailhost.primenet.com>
References: <330BB265.68C18D96@gustos.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender: rrankin@mailhost.primenet.com
X-Mailer: Windows Eudora Pro Version 3.0.1 (32)
Original-To: Doug Kushner <dougk@primenet.com>, gnu-win32@cygnus.com
In-Reply-To: <199702202157.OAA27008@usr10.primenet.com>
Original-Sender: owner-gnu-win32@cygnus.com

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