On 2015-10-15 Jakub Wilk <[email protected]> wrote: > Hi Santiago! > [I'm not the maintainer, just a random bug onlooker.]
> * Santiago Vila <[email protected]>, 2015-10-15, 16:37: > >- cp [a-z]*.1 $M > >+ LC_ALL=C cp [a-z]*.1 $M > It doesn't look right to me. > LC_ALL=C would affect cp, not but the shell that expands the wildcard. [...] cp -a [[:lower:]]*.1 $M should do the trick. cu Andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure'

