zsh-workers
 help / color / mirror / code / Atom feed
* typeset question
@ 1997-10-09 10:10 Bernd Eggink
  1997-10-09 11:53 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: Bernd Eggink @ 1997-10-09 10:10 UTC (permalink / raw)
  To: zsh-workers mailing list

I'm confused... These two statements work fine and give the same
results:

	typeset x=(a b c)

	x=($(cat file))

where file contains the lines 

	a
	b
	c

But this one does _not_ work:

	typeset x=($(cat file))
Output:
	zsh: not an identifier: c)

Am I missing something or is this a bug? If it's a bug, it's there at
least since 3.0.2

Bernd

--
Bernd Eggink
Regionales Rechenzentrum der Uni Hamburg
eggink@rrz.uni-hamburg.de
http://www.rrz.uni-hamburg.de/eggink/BEggink.html


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

end of thread, other threads:[~1997-10-09 13:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-10-09 10:10 typeset question Bernd Eggink
1997-10-09 11:53 ` Peter Stephenson
1997-10-09 13:23   ` Bernd Eggink

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