On Mon, May 04, 2009 at 03:07:42PM +0200, martin f krafft wrote: > I am not asking zsh to make any k-v pairs, and I am also not telling it to use > an associative array, yet: > > piper:~|master|% set -- -a 1; zparseopts -a arr a; echo $arr > zsh: bad set of key/value pairs for associative array > > The problem stays even if I only set -a without the 1.
Try unsetting arr first; you've probably typed it as an assoc. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

