RE: Can't create Bash here document. (FIXED)

2004-11-18 Thread Hannu E K Nevalainen
you (YorkshireSkier BLOB aol.com) wrote : I wrote: >> What does this display: >> $ mount -m >> >> I suspect that you need: >> $ mount -fsb "$TEMP" "/tmp" > > Well I won't pretend to understand what's going on here. I forgot to > mention in my original email that the directory '/tmp' exists and is

RE: Can't create Bash here document. (FIXED)

2004-11-18 Thread YorkshireSkier
>What does this display: >$ mount -m > >I suspect that you need: >$ mount -fsb "$TEMP" "/tmp" >/Hannu E K Nevalainen, B.Sc. EE Microcomputer systems--72--> > Well I won't pretend to understand what's going on here. I forgot to mention in my original email that the directory '/tmp' exi

RE: Can't create Bash here document.

2004-11-17 Thread Hannu E K Nevalainen
YorkshireSkier BLOB aol.com wrote: ... > However, if I try to use a command that uses the here document, > I see the following error: > > $ cat <> 1 >> 2 >> 3 >> fred > bash: cannot create temp file for here document: No such file or > directory > > I can confirm that the variables TEMP and TMP

Can't create Bash here document.

2004-11-17 Thread YorkshireSkier
Hi, I've installed Bash on several Win2k workstations. Most are working fine, but one particular machine is giving trouble. I am attempting to install only the base package - no compilers, editors, X11 or anything else. The setup program appears to run correctly. After the installation 'cygcheck