bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with 'upper' class when nocaseglob


From: Greg Wooledge
Subject: Re: Problem with 'upper' class when nocaseglob
Date: Fri, 3 Mar 2017 09:35:53 -0500
User-agent: Mutt/1.4.2.3i

On Thu, Mar 02, 2017 at 10:57:57PM +0100, Luká?? Ba??inka wrote:
> A short script or ???recipe??? which exercises the bug and may be used
> to reproduce it:
>    $ touch a A
>    $ echo [[:upper:]]
>    A
>    $ shopt -s nocaseglob
>    $ echo [[:lower:]]
>    a A
>    $ echo [[:upper:]]
>    [[:upper:]]

Confirmed on bash 4.4.11 on HP-UX 10.20, in en_US.iso88591



reply via email to

[Prev in Thread] Current Thread [Next in Thread]