From 172b646a6baa4037a4dbc4d056f2b4b786eea24e Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Tue, 9 Jun 2020 08:52:56 -0700 Subject: unposted: Add 45400 (vared in subshells) plus remarks on users/24904. --- Etc/BUGS | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Etc') diff --git a/Etc/BUGS b/Etc/BUGS index 37f0455a7..49e6a5c34 100644 --- a/Etc/BUGS +++ b/Etc/BUGS @@ -63,4 +63,13 @@ users/24904: 'func <(...) | wc -l' results in ENOENT on /proc/self/fd/13 % efe <(seq 1 10) | wc -l cat: /proc/self/fd/13: No such file or directory 0 + +This occurs because pipelines fork to the left, and named functions +become their own job, which means descriptors numbered >= 10 are closed, +including those opened by process substitution. +------------------------------------------------------------------------ +45400: vared does not work in subshells, even when the parent shell is +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". ------------------------------------------------------------------------ -- cgit 1.4.1