From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3172 invoked from network); 3 Mar 1999 00:30:40 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 Mar 1999 00:30:40 -0000 Received: (qmail 24151 invoked by alias); 3 Mar 1999 00:29:58 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2196 Received: (qmail 24143 invoked from network); 3 Mar 1999 00:29:55 -0000 Message-ID: <19990302192948.A15698@vmunix.com> Date: Tue, 2 Mar 1999 19:29:48 -0500 From: Gabor Egressy To: zsh-users@sunsite.auc.dk Subject: funny behaviour of print Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i X-Operating-System: FreeBSD 2.2.7-STABLE i386 I get weird behaviour with print. If I print a variable which is something like below, I get a complaint from it. === $ echo $CTAGS --langmap=c:.c.ec.y.l --c-types=cdefgmnstuvx --kind-long=yes === $ print $CTAGS zsh: bad option: -a zsh: exit 1 === $ print --------l hello world hello world === $ Is this a bug? It certainly is unexpected behaviour.