diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2021-04-01 21:17:12 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2021-04-01 21:17:14 +0000 |
commit | ad7948611c96596e585bc93642d9975224525092 (patch) | |
tree | 1133acfe7123b07f649c177ec1dd703270f29737 /Etc | |
parent | ea3351c49610355512672ab478c715ba3cb92aef (diff) | |
download | zsh-ad7948611c96596e585bc93642d9975224525092.tar.gz zsh-ad7948611c96596e585bc93642d9975224525092.tar.xz zsh-ad7948611c96596e585bc93642d9975224525092.zip |
unposted: BUGS: Add 39319, a named-file process substitution cleanup bug.
Diffstat (limited to 'Etc')
-rw-r--r-- | Etc/BUGS | 2 |
1 files changed, 2 insertions, 0 deletions
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 +------------------------------------------------------------------------ |