zsh-workers
 help / color / mirror / code / Atom feed
From: "Mikael Magnusson" <mikachu@gmail.com>
To: "Anthony Heading" <ajrh@ajrh.net>
Cc: zsh-workers@sunsite.dk
Subject: Re: process substitution temp files in cygwin/4.3.9
Date: Thu, 11 Dec 2008 15:22:09 +0100	[thread overview]
Message-ID: <237967ef0812110622x4a9cd1b4j517d53effe5cad96@mail.gmail.com> (raw)
In-Reply-To: <1228976207.23152.1289456253@webmail.messagingengine.com>

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


      reply	other threads:[~2008-12-11 14:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-11  6:16 Anthony Heading
2008-12-11 14:22 ` Mikael Magnusson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=237967ef0812110622x4a9cd1b4j517d53effe5cad96@mail.gmail.com \
    --to=mikachu@gmail.com \
    --cc=ajrh@ajrh.net \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).