Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: strange behavior in zsh 5.3.1



On Thu, 13 Jul 2017 17:06:34 +0200
Francesco Giordano <nhoyadx@xxxxxxxxx> wrote:
> > echo {1..10}{1..

Definitely a bug in brace handling, which the shell even picks up in
debug mode...

 glob.c:2248: BUG: unmatched brace in xpandbraces()

I'm guessing the existing pair of braces make it cavalier about
interpreting the last one.

pws



Messages sorted by: Reverse Date, Date, Thread, Author