about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2021-04-01 21:17:12 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2021-04-01 21:17:14 +0000
commitad7948611c96596e585bc93642d9975224525092 (patch)
tree1133acfe7123b07f649c177ec1dd703270f29737
parentea3351c49610355512672ab478c715ba3cb92aef (diff)
downloadzsh-ad7948611c96596e585bc93642d9975224525092.tar.gz
zsh-ad7948611c96596e585bc93642d9975224525092.tar.xz
zsh-ad7948611c96596e585bc93642d9975224525092.zip
unposted: BUGS: Add 39319, a named-file process substitution cleanup bug.
-rw-r--r--ChangeLog5
-rw-r--r--Etc/BUGS2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9e305bde..a44e30aeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,
diff --git a/Etc/BUGS b/Etc/BUGS
index c78f499ed..47ffd7035 100644
--- a/Etc/BUGS
+++ b/Etc/BUGS
@@ -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
+------------------------------------------------------------------------