Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: case bugfix



> 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