Bug 287149 - shells/zsh: does not clean temporary files anymore
Summary: shells/zsh: does not clean temporary files anymore
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-29 17:32 UTC by Martin Birgmeier
Modified: 2025-05-29 17:32 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (bapt)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Birgmeier 2025-05-29 17:32:37 UTC
Scenario:
- FreeBSD stable/14 ca. Feb. 1
- ports latest, zsh-5.9_5 installed
- Running zsh commands using "<(...)" (which results in a pipe being generated with a path of "/tmp/zsh...") or "=(...)" (which results in a file being generated with a path of "/tmp/zsh...").

Result:
- When the command terminates, the /tmp/zsh... files are not cleaned.

Expected result:
- These files should be removed when the command terminates.

-- Martin