about summary refs log tree commit diff
path: root/Etc/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'Etc/BUGS')
-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.
+------------------------------------------------------------------------