Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Wed, 17 Nov 2004 10:33:04 -0500 From: YorkshireSkier AT aol DOT com To: cygwin AT cygwin DOT com Subject: Can't create Bash here document. MIME-Version: 1.0 Message-ID: <70876D26.16890718.355BA21E@aol.com> X-AOL-IP: 81.255.41.125 X-AOL-Language: english Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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 -c' shows all OK. 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 (and TEMPDIR) are defined. All point to a valid subdirectory that has write permission. I can for instance 'touch $TEMP/fred' without difficulty. I found one similar mailing about this in the archive - the respondant said this has come up before, but I cannot find the original mailing in the archive (or on the web). Please can someone point me in the right direction. Thanks, Simon -- 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/