Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Zsh requires Bash? 2002 revisited
- X-seq: zsh-users 23068
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Martijn Dekker <martijn@xxxxxxxx>, Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Zsh requires Bash? 2002 revisited
- Date: Sun, 7 Jan 2018 12:40:43 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=agbjeVYipu8ni4LYuC7IkkAyGenWdpnKQPcdohig3cA=; b=JhgmbSHHGo8v5yDs3JQZGgXIqIPxEsW7lgtDv4bRf9v1AQikSa9QaSeVRzXj5TtM2s SL8CvzKWka5oUewxHx098Lydqlpabkk0GdF+mXF7qx7Iu6rXta23U8z/z4sDdKn4rTcN K5OTndJ7NQhQuqQPZ8F+DmqgViYACRqxMaEoLk/YJnBWu4MAktvRY7rcz2IUYbQam05K 02GxfRHV040VISEivkgB6SAlrpIKhYeBA6Y9BaMt1ULykRLwomGaJUbw5Rm0lXN4hV6m LP6OlPuk+Qsfgqa+9g1PP12Yxc5S5hRwD1UlhxE0XSQcnxV5DJlKBFNfBRlV/G5zqbpJ ybMw==
- In-reply-to: <20180107081042.GA17598@chaz.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CA+rB6G+SJ+cojcoDgSAwM5PQAJhF_peVTyHbRYzrQ4ZTunNnCw@mail.gmail.com> <CAH+w=7ZFYxPN559pyystrLf2Ggn89D7gzHyhDzLAKaoJ9wiZ2Q@mail.gmail.com> <CA+rB6G+urH8g4TTNji44CS5jc5hqa+=Uuc=xxCzB1ggHW2XOgg@mail.gmail.com> <4e96813d-3762-da35-f681-2546c0265982__30442.5932620235$1515274776$gmane$org@inlv.org> <20180107081042.GA17598@chaz.gmail.com>
On Sun, Jan 7, 2018 at 12:10 AM, Stephane Chazelas
<stephane.chazelas@xxxxxxxxx> wrote:
>
> FWIW, with sh as dash, if I remove bash and ksh, then the
> configure fails with
>
> ./configure:13185: functions: attempt to set associative array to scalar
That's coming from configure.ac in the section that processes
config.modules. Somehow zsh is getting started in such a way that the
zsh/parameter module loads itself and turns "functions" into a special
variable.
Fixing this would require changing the format of the config.modules
file to stop using a variable named "functions".
Messages sorted by:
Reverse Date,
Date,
Thread,
Author