Message-Id: <199903041628.QAA94472@out1.ibm.net> From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Thu, 4 Mar 1999 11:28:54 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Bash 2.03 updated X-mailer: Pegasus Mail for Win32 (v3.01d) Reply-To: djgpp-workers AT delorie DOT com I've update the packages to fix the crash that was introduced in the 2.02.1 -> 2.03 upgrade. Lately, I've been using bash_src.zip to archive the source, but the link on my web page was to bash_core.zip. I fixed that also. BTW, subshell commands do work as expected in Bash 2.03 and 1.147. Try this: var = "1" ( var = "2" ) echo $var Bash 1.147 does have a bug where the return code of a command run in a subshell is ignored. Mark --- Mark Elbrecht snowball3 AT usa DOT net http://members.xoom.com/snowball3/