| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| To: | "Cygwin Mailing List" <cygwin AT sourceware DOT cygnus DOT com> |
| Date: | Thu, 30 Mar 2000 19:36:32 -0800 |
| From: | " " <tbisp AT my-Deja DOT com> |
| Message-ID: | <JPFIKFLBLGHPKCAA@my-deja.com> |
| 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) |
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |