zsh-workers
 help / color / mirror / code / Atom feed
* zsh beta21 bug?: exec =()
@ 1996-06-20 18:47 Paul H. Becker
  1996-06-20 20:57 ` Zoltan Hidvegi
  0 siblings, 1 reply; 2+ messages in thread
From: Paul H. Becker @ 1996-06-20 18:47 UTC (permalink / raw)
  To: zsh-workers


This worked with all previous beta version of zsh, but fails
with beta 21...

    % cat ztest

	exec 3< =(ls -C)
	while read line <&3
	do
	    echo "line = $line"
	done
	exec 3<&-

    % zsh-2.6b21 ztest
    ztest: parse error [2]
    ztest: 3: bad file number [3]

--thanks for your work on a great shell
------------------------------------------------------------------------------
Paul Becker              o        Atria Software         main:    617-676-2400
(617)676-2605           /~>      20 Maguire Road         fax:     617-676-2640
becker@Atria.com     o...(\      Lexington, MA  02173    http://www.atria.com/
-----------------  ~~~~~~~~~~  -----------------------------------------------



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

end of thread, other threads:[~1996-06-20 21:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-06-20 18:47 zsh beta21 bug?: exec =() Paul H. Becker
1996-06-20 20:57 ` Zoltan Hidvegi

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