diff options
author | Bart Schaefer <schaefer@zsh.org> | 2022-04-28 17:03:31 -0700 |
---|---|---|
committer | Bart Schaefer <schaefer@zsh.org> | 2022-04-28 17:03:31 -0700 |
commit | 0ccc3c149413921fbf5c00696bf350333927eb64 (patch) | |
tree | 5c9001364928bf6c2c9152ecd9cd66360878b3aa /Etc | |
parent | f59025f8490cc349e73f8d6c088391046115bb92 (diff) | |
download | zsh-0ccc3c149413921fbf5c00696bf350333927eb64.tar.gz zsh-0ccc3c149413921fbf5c00696bf350333927eb64.tar.xz zsh-0ccc3c149413921fbf5c00696bf350333927eb64.zip |
50162: Fix multios with current-shell "exec" (aka nullexec).
Diffstat (limited to 'Etc')
-rw-r--r-- | Etc/BUGS | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Etc/BUGS b/Etc/BUGS index 3121fc9fa..b511ec6d6 100644 --- a/Etc/BUGS +++ b/Etc/BUGS @@ -46,12 +46,6 @@ 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. ------------------------------------------------------------------------- 47561: [PATCH v4] vcs_info: choose backend by basedir ------------------------------------------------------------------------ 39319: () { exit } =(:) doesn't clean up the tempfile |