Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: case bugfix
- X-seq: zsh-workers 2657
- From: Richard Coleman <coleman@xxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: case bugfix
- Date: Sat, 28 Dec 1996 16:11:18 -0500
- In-reply-to: Your message of "Sat, 28 Dec 1996 20:10:19 +0100." <199612281910.UAA15684@xxxxxxxxxxxxxxxxxxxx>
> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author