1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-13 02:56:18 +02:00

unposted: BUGS: Add 39319, a named-file process substitution cleanup bug.

This commit is contained in:
Daniel Shahaf 2021-04-01 21:17:12 +00:00
parent ea3351c496
commit ad7948611c
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2021-04-01 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted: Etc/BUGS: Add 39319, a named-file process
substitution cleanup bug.
2021-04-01 Mikael Magnusson <mikachu@gmail.com>
* 48202 (+ 48366 test fix from Jun): Src/utils.c,

View File

@ -81,3 +81,5 @@ causes a script to hang.
------------------------------------------------------------------------
47561: [PATCH v4] vcs_info: choose backend by basedir
------------------------------------------------------------------------
39319: () { exit } =(:) doesn't clean up the tempfile
------------------------------------------------------------------------