X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Thu, 07 Feb 2002 21:57:45 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: JT Williams Message-Id: <3401-Thu07Feb2002215744+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <20020207103510.C9930@kendall.sfbr.org> (message from JT Williams on Thu, 7 Feb 2002 10:35:10 -0600) Subject: Re: redefine HOME in djgpp.env? References: <3C62A126 DOT 89B75CD AT hotmail DOT com> <20020207103510 DOT C9930 AT kendall DOT sfbr DOT org> 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 > Date: Thu, 7 Feb 2002 10:35:10 -0600 > From: JT Williams > > Is it okay to (re-)define HOME in djgpp.env for different applications? Yes, of course. But beware: if one of these programs ever invokes the other one, or is invoked by a program which exports HOME into the environment, you will have subtle bugs on your hands. So it is advisable to invest some effort to get both programs use the same HOME, if it is at all feasible.