Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Zsh requires Bash? 2002 revisited
- X-seq: zsh-users 23060
- From: Stephane Chazelas <stephane.chazelas@xxxxxxxxx>
- To: Martijn Dekker <martijn@xxxxxxxx>, zsh-users@xxxxxxx
- Subject: Re: Zsh requires Bash? 2002 revisited
- Date: Sun, 7 Jan 2018 15:14:26 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to:user-agent; bh=3PQfQPCY52TE+4LpleA0/XXHuvnDaHJ1xM2UVVz8yQU=; b=bG12E7S2ocKuq46FHjJY1v9KMeniHGxOGfa1DW+JqbX2MbrSJCp9uGxw50097i7Dtd Jaz/egwtPoDsJRV1vgfKAA/lSWDJv4uyE5DWW6+sX+A26CLtEp5PJjB6bPgnY+BV55nS t4daS4dyxzlQc0ml9oJ5Z0UbYzzDGfC8LqwZYiCTXO3LJZTw4ZzW4qVBG4faXPLEwm4b +fwjfJRQ7bDqqc00z9AEjg0Kqi0H8J96DRGtfZDDJsVXiphlVHJ+7lnjsgKB0OL/Ja5i gq9RZ5vd6ldK3Uva3dtXC120vAOupmgqDbzxe75hUCTsn+0EEzK/eQf7MKDVEYUhCGO2 8jLA==
- In-reply-to: <20180107084834.GB17598@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>
- Mail-followup-to: Martijn Dekker <martijn@xxxxxxxx>, zsh-users@xxxxxxx
- 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> <20180107084834.GB17598@chaz.gmail.com>
2018-01-07 08:48:34 +0000, Stephane Chazelas:
[...]
> One of those bugs at least causes the wrong options for yodl to
> be used and "-s" (strip) to be used.
>
> $ posh -c 'case abc in *"b"*) echo yes; esac'
> $ posh -c 'case abc in *b*) echo yes; esac'
> yes
>
> The patch below works around those, but it still doesn't build
> with posh.
[...]
With a fix to the posh issue
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886531#10),
zsh builds. So the other cases that break the build are probably
other instances of case something in *"x"* or *'x'*.
--
Stephane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author