Mail Archives: djgpp-workers/2002/07/24/06:34:22
Mark,
Any ideas on when you will have the 2.05b source available at your home
page?
I will update the Bash 2.05a at clio to 2.05b on the next update after I
download the sources. This should help out by allowing more people to try
it.
Regards,
Andrew
----- Original Message -----
From: "Mark E." <snowball3 AT softhome DOT net>
To: <djgpp-workers AT delorie DOT com>
Sent: Wednesday, July 24, 2002 4:02 AM
Subject: Re: Possible bash problem
> > The problem is that TMPDIR's "/" is turned into "\" when an external
> > program is executed.
>
> > Is that a bug? Or why is it happening?
>
> DJGPP's Bash changes '\' to '/' at startup for certain environment
variables
> (PATH, HOME, TMPDIR, and others). The opposite is usually done ('/' ->
'\')
> when creating a environment for a child program. The imported environment
is
> cached by Bash at startup, so when the value doesn't change inside Bash
then
> the imported value is exported as-is. I think the thing to do is to not
> perform the '\' to '/' magic for TMPDIR.
>
> About Bash 2.05b:
> The new Bash 2.05b has a rather large amount of changes for an a->b
upgrade,
> so I'm going to take a conservative approach and keep 2.05a available
until
> 2.05b's reliability can be determined.
>
> Mark
>
>
- Raw text -