Message-Id: <199903241858.SAA112844@out1.ibm.net> From: "Mark E." To: Michel de Ruiter , djgpp-workers AT delorie DOT com Date: Wed, 24 Mar 1999 13:58:57 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Bash 2.03 update (March 19th) In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.01d) Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk >> Now we are at Bash 2.03, I have encountered some unexpected (to me at > least) behaviour in you binary Bash: > > - .bat and .btm are not run with %COMSPEC%, but as .sh shell script All batch files are executed with a call to spawnve, so Bash has no say in how a .bat file is executed. Perhaps if you could go in to more detail? > - wildcard expansion does not work at all with backslashes as > dir-separators The backslash is an escape character in Bash, so I can't do anything about this. You will note the same limitation in Bash 1.147. > > - C-z doesn't work (fix attached) Thanks. The fix was already on the source hard drive and in the generated binary, but somehow didn't make into the source archive.