about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@ipost.com>2020-12-01 09:26:01 -0800
committerBart Schaefer <schaefer@ipost.com>2020-12-01 09:26:01 -0800
commit2059611495bfecb73deb006a4649e65f355aa2ba (patch)
treed92c67d0720cca84500dab95be295f2eb8f6adb9
parent038f537a2a96f903ca604b44c79ad2a11b69648c (diff)
downloadzsh-2059611495bfecb73deb006a4649e65f355aa2ba.tar.gz
zsh-2059611495bfecb73deb006a4649e65f355aa2ba.tar.xz
zsh-2059611495bfecb73deb006a4649e65f355aa2ba.zip
users/26150: note failure of multios with exec
-rw-r--r--Etc/BUGS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Etc/BUGS b/Etc/BUGS
index 49e6a5c34..502d0a80f 100644
--- a/Etc/BUGS
+++ b/Etc/BUGS
@@ -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.
+------------------------------------------------------------------------