This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Bash 2.04 patch 2 now available


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@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]