From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Fri, 29 Jun 2001 12:02:04 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Bug & fix for Bash 2.05 Message-ID: <3B3C6E3C.560.78A1F1@localhost> In-reply-to: <20010629125101.A205@lauras.lt> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > 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 = ';';