Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com To: "Cygwin Mailing List" Date: Thu, 30 Mar 2000 19:36:32 -0800 From: " " Message-ID: Mime-Version: 1.0 X-Sent-Mail: off X-Expiredinmiddle: true X-Mailer: MailCity Service Subject: Bash 2.04 patch 2 now available X-Sender-Ip: 209.180.11.130 Organization: My Deja Email (http://www.my-deja.com:80) Content-Type: text/plain; charset=us-ascii Content-Language: en Content-Transfer-Encoding: 7bit Bash 2.04 patch 2 is now available on http://members.xoom.com/tbisp/ This release contains fixes to the following problems. 1) If you source a file containing the line test ${9:?'generating a fatal error.'} instead of outputing "generating a fatal error", and exiting for non-interactive shells, the shell will exit wether the shell is interactive or not. This has been fixed. The shell no longer wrongly exits. 2)The +(pattern) operator does not work in all string modifying parameter expansions. It works in ${parameter##word} but not ${parameter/pattern/string}. This is seen in the following example: > RN=00970 > echo ${RN##+(0)} > => 970 > echo ${RN/+(0)} > => 00970 Both echo statements should produce identical output. This has also been fixed. Your feedback is very welcome! You may also notice I no longer have bz2 files on that site, as too many people have reported errors when transferring with Netscape. Those who have been affected, please accept my apologies. --== Sent via Deja.com http://www.deja.com/ ==-- Share what you know. Learn what you don't. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com