zsh-workers
 help / color / mirror / code / Atom feed
* Process substitution and builtins
@ 2005-07-14 23:34 Alexey Tourbin
  2005-07-16 16:16 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Tourbin @ 2005-07-14 23:34 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 286 bytes --]

Hello,

$ echo <(date)
/home/at/tmp/zsh0prNlb
zsh: can't open /home/at/tmp/zsh0prNlb: no such file or directory
$ /bin/echo <(date)
/home/at/tmp/zshoAPhz3
$

$ : <(date)
zsh: can't open /home/at/tmp/zsh0ZO11y: no such file or directory
$ /bin/true <(date)
$

Looks like a bug for me...

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2005-07-16 16:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-14 23:34 Process substitution and builtins Alexey Tourbin
2005-07-16 16:16 ` Bart Schaefer

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).