1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-31 20:36:03 +02:00

unposted: Add users/24904 to Etc/BUGS (a process substitution / forking issue).

This commit is contained in:
Daniel Shahaf 2020-06-06 01:01:09 +00:00
parent ed23768f77
commit 4034e702e6
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2020-06-06 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted: Etc/BUGS: Add users/24904 to Etc/BUGS (a process
substitution / forking issue).
2020-06-05 Mikael Magnusson <mikachu@gmail.com>
* 45985: Src/builtin.c: typeset: Fix leaving corrupted entries

View File

@ -57,3 +57,10 @@ The originator has a gentoo.org address which might provide some extra clues.
------------------------------------------------------------------------
44525, 45778 [PATCH] prompt redrawn on the wrong line upon SIGWINCH
------------------------------------------------------------------------
users/24904: 'func <(...) | wc -l' results in ENOENT on /proc/self/fd/13
% efe() cat $1
% efe <(seq 1 10) | wc -l
cat: /proc/self/fd/13: No such file or directory
0
------------------------------------------------------------------------