diff options
Diffstat (limited to 'Etc')
-rw-r--r-- | Etc/BUGS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. +------------------------------------------------------------------------ |