From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23813 invoked from network); 28 Dec 1996 21:12:51 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 28 Dec 1996 21:12:51 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id QAA08009; Sat, 28 Dec 1996 16:11:26 -0500 (EST) Resent-Date: Sat, 28 Dec 1996 16:11:26 -0500 (EST) Message-Id: <199612282111.QAA07388@cypress.skiles.gatech.edu> To: zsh-workers@math.gatech.edu Subject: Re: case bugfix In-reply-to: Your message of "Sat, 28 Dec 1996 20:10:19 +0100." <199612281910.UAA15684@hzoli.ppp.cs.elte.hu> Date: Sat, 28 Dec 1996 16:11:18 -0500 From: Richard Coleman Resent-Message-ID: <"jJqKO1.0.4z1.-pOno"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2657 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > There is quite serious bug in case: > > case * in > \*) echo yes;; > esac > > This should print yes but you get `zsh: too many arguments to case' if > there are more than one files in the current directory. > > Fix is included below. This should be applied to zsh-3.0.2 as well. > > Zoltan You probably should release a zsh-3.0.3, since this bug is fairly fundamental. rc