Message-Id: <199903011812.SAA55854@out2.ibm.net> From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Mon, 1 Mar 1999 13:12:27 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: bash binary uploaded Feb. 18th References: <199902281957 DOT TAA34614 AT out5 DOT ibm DOT net> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.01d) Reply-To: djgpp-workers AT delorie DOT com > I wonder why. FWIW, Bash 1.14.7 doesn't have this problem. It's because I rewrote the code that adds an executable suffix and introduced that bug in the process. The earlier dosutil_add_executable_suffix tested just one of the suffixes (.com,.exe,.bat, etc.) at a time. Then there would be code throughout Bash that looped with calls to dosutil_add_executable_suffix until a valid suffix was found or the list was exhausted. I changed it so the entired suffix list was searched (if neccessary) in that one function, instead of performing the search in many places. I've uploaded a new update. It includes the fix for your problem and upgrades the version to 2.03. Mark --- Mark Elbrecht snowball3 AT usa DOT net http://members.xoom.com/snowball3/