From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42 invoked by alias); 6 Jan 2018 21:40:13 -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: 23052 Received: (qmail 7823 invoked by uid 1010); 6 Jan 2018 21:40:13 -0000 X-Qmail-Scanner-Diagnostics: from kahlil.inlv.org 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(37.59.109.123):SA:0(-1.9/5.0):. Processed in 1.402476 secs); 06 Jan 2018 21:40:13 -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,T_RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: martijn@inlv.org X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Subject: Re: Zsh requires Bash? 2002 revisited To: zsh-users@zsh.org References: From: Martijn Dekker Message-ID: <4e96813d-3762-da35-f681-2546c0265982@inlv.org> Date: Sat, 6 Jan 2018 22:21:36 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit Op 06-01-18 om 21:36 schreef Jim: > As I said I was testing different shells, it was by chance that /bin/sh and > /bin/posh were > linked when I started the build. You're right, autoconf scripts do not depend on bash and work fine on any reasonably compliant POSIX shell, including recent zsh versions. However, posh is non-compliant, bug-ridden, unmaintained, generally broken, and should not be used. Your problem would be solved by deleting posh and using dash for /bin/sh instead. - M.