On Mon, Nov 28, 2016 at 02:02:53PM -0800, Chet Ramey wrote:
> On 11/27/16 2:33 PM, Mihail Konev wrote:
> > Configuration Information:
> > OS: Happens both under Linux and MSYS2 (i.e. Cygwin), both 32 and 64 bit
> 
> I can't reproduce this with any recent version of bash.
> 

Just reproduced it on linux with:

git checkout master
git show HEAD

commit f459cbd8be37b28be1dc90315e0ab51d7f211301
Author: Chet Ramey <chet.ra...@case.edu>
Date:   Mon Nov 14 14:27:55 2016 -0500

    Bash-4.4 patch 5

git clean -dfx
./configure
make -j4
./bash

Locale information:
$ env | grep '^\(LC_\|LANG\)'
LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8
LANGUAGE=en_US.UTF-8

Msys2 on windows, at least, should do it without a problem.

Reply via email to