Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: process substitution temp files in cygwin/4.3.9
- X-seq: zsh-workers 26127
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: "Anthony Heading" <ajrh@xxxxxxxx>
- Subject: Re: process substitution temp files in cygwin/4.3.9
- Date: Thu, 11 Dec 2008 15:22:09 +0100
- Cc: zsh-workers@xxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=QWEvWEldBp+WAKxUY3tmciLRmo09W0LUpYbauo4yNC4=; b=qCN2xqaBatbOo66Kkf4WfOZXcYiTohpWBQpoCcE9caOu5uKpuaM/eaxfJlUiwYFrnV YJoTTggx9neS0f6kq929tffEqOC6bY7aJAybdTCY2RzxYq04C1C8mbdGkOlNycyv1+JL oZRziAWZVpKe7pDdx4E4FnDK8a76TNKMSPyHo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=hEqqaLuCqkfl2Gj2IbDOKXFsrhB+iImvT+59SwdD6RPNh6+Vi+srGvpcwyS5xvPOF9 VYx4G8Dnr0I/4okCIdEGRooEziE4sCg215dkD4/S1Cy5tQivkCswy91EVAQEd+YfISrO lxNagyUVtU91yX3SqzEdQlSHz9XGZUPDYjnUY=
- In-reply-to: <1228976207.23152.1289456253@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <1228976207.23152.1289456253@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
2008/12/11 Anthony Heading <ajrh@xxxxxxxx>:
> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author