diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-11-17 16:11:29 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-11-17 16:11:29 +0000 |
commit | 2fbc131ca81470a6b9aa077578f2eb58a7e8e008 (patch) | |
tree | e4299db3af1599c149ef6c3ecd484b8dc8f860b0 /Doc/Zsh | |
parent | 0662164f13dc1df9ca2cdf1b5ab78d297eed51d1 (diff) | |
download | zsh-2fbc131ca81470a6b9aa077578f2eb58a7e8e008.tar.gz zsh-2fbc131ca81470a6b9aa077578f2eb58a7e8e008.tar.xz zsh-2fbc131ca81470a6b9aa077578f2eb58a7e8e008.zip |
26055: ensure process substitution is handled before parameter and command
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/expn.yo | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 2ab0d417e..2e5af790c 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -360,9 +360,8 @@ Each part of a command argument that takes the form is subject to process substitution. The expression may be preceeded or followed by other strings except that, to prevent clashes with commonly occurring strings and patterns, the last -form must occur at the start of a command argument, and none of -the forms may occur inside parentheses used for grouping of patterns or -inside parameter substitutions. +form must occur at the start of a command argument, and the forms +are only expanded when first parsing command or assignment arguments. In the case of the tt(<) or tt(>) forms, the shell runs the commands in var(list) asynchronously. If the system supports the tt(/dev/fd) |