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

Re: Infinite loop, can't reproduce with zsh -f



Mikael Magnusson wrote:
> Hi, I was going to test something in relation to the =~ bug in the
> other thread and forgot what -regex-match was called, so i tried
> set -x; [[ a =~ b ]]; set +x
> but it just starts spinning forever. It doesn't in zsh -f though.

It's the same bug.  The XTRACE option uses the same output code as the
which builtin.

-- 
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/



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