Date: Thu, 02 Jan 2003 20:55:32 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <2110-Thu02Jan2003205531+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <1041532689.964798@queeg.ludd.luth.se> (lnobody@delorie.com) Subject: Re: Handling of TMPDIR, TEMP by various DJGPP programs References: <3E14606E DOT E5B4D1A9 AT phekda DOT freeserve DOT co DOT uk> <7458-Thu02Jan2003202306+0200-eliz AT is DOT elta DOT co DOT il> <1041532689 DOT 964798 AT queeg DOT ludd DOT luth DOT se> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: lnobody AT delorie DOT com > Newsgroups: comp.os.msdos.djgpp > Date: 02 Jan 2003 18:38:10 GMT > ... > : Bash _must_ have TMPDIR forward-slashed, or else lots of scripts will > : fall apart. I don't know about Perl, but I think you are right > : assuming it should get the same treatment. > > I've "set TMPDIR=t:/tmp" in my AUTOEXEC.BAT but still the perl snippet > above says "t:\tmp" so there's something more going on. Perhaps Bash mirrors the slashes in variables it exports to external programs.