X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <18584.18424.809720.530028@gepard2.akutech-local.de>
Date: Tue, 5 Aug 2008 14:30:48 +0200
From: Ralf Fassel <ralfixx@gmx.de>
To: cygwin@cygwin.com
Subject: Re: environment variables derived from TMPDIR
In-Reply-To: <4898409F.1010306@byu.net>
References: <18584.12950.943391.75971@gepard2.akutech-local.de> 	<4898409F.1010306@byu.net>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

* Eric Blake
| |     # call program: error: no such file /cygdrive/c/temp/foo.1234
| |     # filename should be c:/temp/foo.1234
| |     external_program "$TMPFILE"
| 
| Does it work to pass the contents of the file on stdin instead of
| the file name as an argument?
| 
| external_program < "$TMPFILE"

Duh.  This should work in 95% of the cases.  In the other cases file
size of TMPFILE is involved, so redirection would not work as-is.

Have to check whether that rest is really 5%, and whether
conditionally calling cygpath is ok there.

| Don't work too hard, make some time for fun as well!

Thanks for pointing out ;-) I must admit that after one week of trying
several SHELL environments on Windows and running into problems on
each my visual field is very narrow by now.

R'

--
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/

