From 2059611495bfecb73deb006a4649e65f355aa2ba Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Tue, 1 Dec 2020 09:26:01 -0800 Subject: users/26150: note failure of multios with exec --- Etc/BUGS | 6 ++++++ 1 file changed, 6 insertions(+) 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. +------------------------------------------------------------------------ -- cgit 1.4.1