zsh-workers
 help / color / mirror / code / Atom feed
* process substitution temp files in cygwin/4.3.9
@ 2008-12-11  6:16 Anthony Heading
  2008-12-11 14:22 ` Mikael Magnusson
  0 siblings, 1 reply; 2+ messages in thread
From: Anthony Heading @ 2008-12-11  6:16 UTC (permalink / raw)
  To: zsh-workers

Hello,

This is with zsh as packaged by cygwin.  

~=> zsh --version
zsh 4.3.9 (i686-pc-cygwin)
~=> x==(echo hello); ls -l $x
ls: cannot access /tmp/zshLYRlmE: No such file or directory

The alternative earlier package is 4.3.4, which is fine

~=> zsh --version
zsh 4.3.4 (i686-pc-cygwin)
~=> x==(echo hello); ls -l $x
-rw-r--r-- 1 ajrh None 6 Dec 11 06:08 /tmp/zsh7IfKiD

Rgds

Anthony

 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: process substitution temp files in cygwin/4.3.9
  2008-12-11  6:16 process substitution temp files in cygwin/4.3.9 Anthony Heading
@ 2008-12-11 14:22 ` Mikael Magnusson
  0 siblings, 0 replies; 2+ messages in thread
From: Mikael Magnusson @ 2008-12-11 14:22 UTC (permalink / raw)
  To: Anthony Heading; +Cc: zsh-workers

2008/12/11 Anthony Heading <ajrh@ajrh.net>:
> Hello,
>
> This is with zsh as packaged by cygwin.
>
> ~=> zsh --version
> zsh 4.3.9 (i686-pc-cygwin)
> ~=> x==(echo hello); ls -l $x
> ls: cannot access /tmp/zshLYRlmE: No such file or directory
>
> The alternative earlier package is 4.3.4, which is fine
>
> ~=> zsh --version
> zsh 4.3.4 (i686-pc-cygwin)
> ~=> x==(echo hello); ls -l $x
> -rw-r--r-- 1 ajrh None 6 Dec 11 06:08 /tmp/zsh7IfKiD

This is as designed, after a subcommand or whatever it is called is
finished, the temp file is deleted. There's really no actual
difference between a ; and pressing enter. It used to work sometimes
in previous versions due to a bug, but it sometimes also crashed.

-- 
Mikael Magnusson


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-12-11 14:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-11  6:16 process substitution temp files in cygwin/4.3.9 Anthony Heading
2008-12-11 14:22 ` Mikael Magnusson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).