delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2001/03/09/17:21:07

Message-ID: <3AA956F3.6346ADD6@uark.edu>
Date: Fri, 09 Mar 2001 16:19:31 -0600
From: "Daniel Luecking" <luecking AT uark DOT edu>
Organization: University of Arkansas
X-Mailer: Mozilla 4.76 [en] (Win95; U)
X-Accept-Language: en
MIME-Version: 1.0
Newsgroups: comp.os.msdos.djgpp
To: djgpp AT delorie DOT com
Subject: Re: bash startup
References: <Pine DOT SUN DOT 3 DOT 91 DOT 1010301103552 DOT 4534E-100000 AT is> <001901c0a8ca$bf9447c0$5453fea9 AT tamu DOT edu>
Reply-To: djgpp AT delorie DOT com

mike friedrichs wrote:
> 
> sorry it took so long to reply.  my employer sent me out of country for a
> while.
> 
> but, i created tmp directories in all of my drives, works ok now. still
> having problems understanding why tmp directories have to be created in all
> drives.
> 

They don't. You should instead set the TMPDIR variable so it points to a
particular disk. That is, use something like TMPDIR=c:/tmp instead of
TMPDIR=/tmp. 

> > >   TMPDIR=/tmp
> > >   export CVSROOT EDITOR CDPATH TMPDIR
> >
> > That's your problem, right there: TMPDIR is set to "/tmp".  If you
> > don't have "/tmp" on each and every drive on your system, pipes and
> > other commands which use temporary files won't work.

I think Eli was trying to tell you to change the line in the startup
file rather than telling you to put /tmp directories everywhere. That
would be murder to arrange for all floppies, for example.


-- 
Dan Luecking                           Dept. of Mathematical Sciences
luecking AT comp DOT uark DOT edu                 University of Arkansas
http://comp.uark.edu/~luecking/        Fayetteville, AR 72101

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019