From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19220 invoked by alias); 7 Jan 2018 15:14:36 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 23060 Received: (qmail 28423 invoked by uid 1010); 7 Jan 2018 15:14:36 -0000 X-Qmail-Scanner-Diagnostics: from mail-wm0-f44.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(74.125.82.44):SA:0(-1.9/5.0):. Processed in 3.505553 secs); 07 Jan 2018 15:14:36 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_PASS, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: stephane.chazelas@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | 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== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mail-followup-to :references:mime-version:content-disposition:in-reply-to:user-agent; bh=3PQfQPCY52TE+4LpleA0/XXHuvnDaHJ1xM2UVVz8yQU=; b=BzxiNYU9m/Q4QiwdiY7PLr6MN1nejIm5F4EYF7UvJhAWmxrnWKUaet0YAwMvdHq3Uh Do0a+0AdfgNNj4PeZkdOahtbwF0p19PrQj3NG+yh3XJ6dhpqgzzhM5om6qDxUVN2ko6d 8rMMpElQgzpqmmaiBS3rPnyBukGPLsB+mD/lcdLvOayH9nX1N2KAJbrmMovbzPY9/ZAz FcseiJIsEOfB0PpL4KXaEhPuy2KKr9am8+KEQYS8NMCADZ7a3hvD2VSeOpAEylUID67O DHFkCPGC5Kn7CVMRiinz7SEeb8mLHBIxCszIdkekbwhpfY9AeFbb1QkzxbmQncNwtoon xlYw== X-Gm-Message-State: AKGB3mLSQWcHk5KvZgcEFeuOlIDSFVDNfPwbvOxVHUAww2CQG1iVwNtg NdIdi3EKUa+YhuqbPsPxpB4= X-Google-Smtp-Source: ACJfBouLUs9hIdvGItkV/BVHWlTz5c/9MAhsv76K1qsVoPJKfAJd60l/lGL89nPPXLV1fumnAxkQrw== X-Received: by 10.28.40.70 with SMTP id o67mr7156247wmo.5.1515338068945; Sun, 07 Jan 2018 07:14:28 -0800 (PST) Date: Sun, 7 Jan 2018 15:14:26 +0000 From: Stephane Chazelas To: Martijn Dekker , zsh-users@zsh.org Subject: Re: Zsh requires Bash? 2002 revisited Message-ID: <20180107151426.GA17187@chaz.gmail.com> Mail-Followup-To: Martijn Dekker , zsh-users@zsh.org References: <4e96813d-3762-da35-f681-2546c0265982__30442.5932620235$1515274776$gmane$org@inlv.org> <20180107084834.GB17598@chaz.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180107084834.GB17598@chaz.gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) 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