zsh-users
 help / color / mirror / code / Atom feed
From: Wolfgang Hukriede <whukriede@ifm.uni-kiel.de>
To: zsh-users@math.gatech.edu
Subject: Re: bug in select
Date: Mon, 30 Dec 1996 04:37:24 +0100 (MET)	[thread overview]
Message-ID: <199612300337.EAA11748@sally.ifm.uni-kiel.de> (raw)


>>    verdy% select i in aaa bbb ccc
>>    do echo $i
>>    done
>>    1) aaa  2) bbb  3) ccc
>>    ?# 1
>>    0

Zoltan wrote:

>Ksh behaves exactly the same way.  This is not a bug.  Add unset i before
>select and it'll work.  Note that i becomes integer if it is initialised
>first in an arithmetic expression, like let i=0 or $((i=0)).

Yes, and in the same spirit:

        zsh> i="something"; echo $i
        0

etc. (If the variable is by any accident integer.) That's hazard. The shell
should print out a message, imo. These are type errors.

Wolfgang.


                 reply	other threads:[~1996-12-30  4:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=199612300337.EAA11748@sally.ifm.uni-kiel.de \
    --to=whukriede@ifm.uni-kiel.de \
    --cc=zsh-users@math.gatech.edu \
    /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).