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

Re: Infinite loop in parsing <()?



On Mar 25,  1:06pm, Peter Stephenson wrote:
}
} +  print -u $ZTST_fd 'This test hangs the shell when it fails...'
} +  alias sort='LC_ALL=C sort'
} +  cat <(echo foo | sort)
} +0:Alias expansion works at the end of parsed strings
} +>foo

Probably not really anything to worry about, but this test will
fail without hanging if there is no "sort" command in the path.



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