Date: Mon, 31 Aug 1998 17:47:20 +0300 (IDT) From: Eli Zaretskii To: RJ vd Boon cc: djgpp-workers AT delorie DOT com Subject: Re: How to locate djgpp.env? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 31 Aug 1998, RJ vd Boon wrote: > - If you have a ramdrive, you will point TMP/TEMP to it I assume that people set TMPDIR, not TMP or TEMP. I believe Andris was assuming the same. > [1] Can't the preamble be more flexible? I guess putting a little > expansion like bash does, in the code is asking a little too much I > think. I mean something like: +TMPDIR=${%TEMP%:-%DJDIR%/tmp} which > isn't possible (yet;-). Doesn't the following do it? +TEMP=%DJDIR%/tmp TMPDIR=%TEMP%