1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-12 18:46:16 +02:00

users/26150: note failure of multios with exec

This commit is contained in:
Bart Schaefer 2020-12-01 09:26:01 -08:00
parent 038f537a2a
commit 2059611495

View File

@ -73,3 +73,9 @@ interactive and the subshell is the foreground job. The USEZLE option is
always turned off in subshells, for reasons lost to history. There is a
related, probably obsolete, vared special case for $TERM set to "emacs".
------------------------------------------------------------------------
users/26150: MULTIOS does not work with "exec":
exec 3>/tmp/test1 3>/tmp/test2
causes a script to hang.
------------------------------------------------------------------------