On 03/03/2011 09:03 PM, Nathanael D. Noblet wrote:
> On 03/03/2011 12:42 PM, Will Woods wrote:
>> On Wed, 2011-03-02 at 22:55 -0800, Toshio Kuratomi wrote:
Hi guys.
>>> I'd say, report this as a bug and see where it leads. It's certainly not
>>> expected behaviour even if it is intentional.
Alread
On 03/03/2011 12:42 PM, Will Woods wrote:
> On Wed, 2011-03-02 at 22:55 -0800, Toshio Kuratomi wrote:
>
>> I'd say, report this as a bug and see where it leads. It's certainly not
>> expected behaviour even if it is intentional.
>
> One-line reproducer:
>
> case x"" in x) echo matches x;; x?) echo
On Wed, 2011-03-02 at 22:55 -0800, Toshio Kuratomi wrote:
> I'd say, report this as a bug and see where it leads. It's certainly not
> expected behaviour even if it is intentional.
One-line reproducer:
case x"" in x) echo matches x;; x?) echo matches x? but not x;; esac
I notice the bash-4.2 C
On 03/03/2011 10:18 AM, Nathanael D. Noblet wrote:
> On 03/02/2011 11:55 PM, Toshio Kuratomi wrote:
>
>> I'd say, report this as a bug and see where it leads. It's certainly not
>> expected behaviour even if it is intentional.
>
>
> https://bugzilla.redhat.com/show_bug.cgi?id=681940
>
>
> as well
On 03/02/2011 11:55 PM, Toshio Kuratomi wrote:
> I'd say, report this as a bug and see where it leads. It's certainly not
> expected behaviour even if it is intentional.
https://bugzilla.redhat.com/show_bug.cgi?id=681940
as well I submitted to bash upstream with bashbug which submits to a
ma
On Wed, Mar 02, 2011 at 04:03:18PM -0700, Nathanael D. Noblet wrote:
> Hello while trying to build a package of mine on F15 I ran into
> configure issues. They stem from a change in how bash evaluates case
> statements. My test script: http://fpaste.org/6zuv/
>
> F14:
>
> -Z!!!
> = x
> X1
> X1.
On 03/02/2011 04:23 PM, Nathanael D. Noblet wrote:
> On 03/02/2011 04:03 PM, Nathanael D. Noblet wrote:
>> Hello while trying to build a package of mine on F15 I ran into
>> configure issues. They stem from a change in how bash evaluates case
>> statements. My test script: http://fpaste.org/6zuv/
>
On 03/02/2011 04:03 PM, Nathanael D. Noblet wrote:
> Hello while trying to build a package of mine on F15 I ran into
> configure issues. They stem from a change in how bash evaluates case
> statements. My test script: http://fpaste.org/6zuv/
>
> F14:
>
> -Z!!!
> = x
> X1
> X1.1<--- evaluates to No