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

Re: Runaway Shell (bug>)



> Nasty.  With NO_BAD_PATTERN, exec.c around line 1177 is repeatedly
> globbing the same line because it is always returned containing
> tokens.  Any problem with the having NOBADPATTERN untokenize at that
> point?  As globbing is the last operation, I can't see any.

You are right.  glob should not leave any tokens there.  That was not true
before beta19 and I missed that case.

Zoltan




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