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