Mail Archives: djgpp-workers/2001/06/29/12:02:06
>
> So far I'm hunting the bugs in the new bash, and while investigating
> the bug I've reported earlier,
I've been doing a lot of bug hunting lately, so please excuse the next
question. Which bug are you referring to?
> sh-2.05$ printenv PWD
> c;/djgpp/gnu/bash-2.05/djbuild
> ^
Thanks for finding this. However, I prefer the far simpler fix:
*** dospath.c.orig Wed Jun 27 18:30:08 2001
--- dospath.c Fri Jun 29 11:38:14 2001
*************** make_dos_path_var (const char *in, char
*** 501,507 ****
while (*in_ptr)
{
! make_dos_path (in_ptr, out, ':', &in_ptr, &out);
if (*in_ptr == ':')
{
*out = ';';
--- 501,507 ----
while (*in_ptr)
{
! make_dos_path (in_ptr, out, path_separator, &in_ptr, &out);
if (*in_ptr == ':')
{
*out = ';';
- Raw text -