Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <002c01bf351a$74d37460$e13e1ad8@oemcomputer> From: "mike lottridge / vicky stevens" To: Subject: Problem with Here Document and Temp files in BASH Date: Mon, 22 Nov 1999 10:50:31 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0029_01BF34D7.658B3C60" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 ------=_NextPart_000_0029_01BF34D7.658B3C60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I'm getting an error with bash scripts that have here docs in them. My = temp directories are set to valid paths, and are writtable (i'm on = win98). Any hints for debugging? Thanks! =20 BASH.EXE-2.02$ echo < test > EOF BASH.EXE: cannot create temp file for here document: Permission denied BASH.EXE-2.02$ uname -a CYGWIN_98-4.10 OEMCOMPUTER 22.0(0.16/3/2) 1999-10-25 00:16:31 i586 = unknown BASH.EXE-2.02$ ------=_NextPart_000_0029_01BF34D7.658B3C60 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 
I'm getting an error with bash = scripts that have=20 here docs in them. My temp directories are set to valid paths, and are = writtable=20 (i'm on win98). Any hints for debugging?  Thanks!
 
 
BASH.EXE-2.02$ echo = <<EOF
>=20 test
> EOF
BASH.EXE: cannot create temp file for here document: = Permission denied
BASH.EXE-2.02$ uname -a
CYGWIN_98-4.10=20 OEMCOMPUTER   22.0(0.16/3/2) 1999-10-25 00:16:31 i586=20 unknown
BASH.EXE-2.02$
------=_NextPart_000_0029_01BF34D7.658B3C60--