From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18646 invoked by alias); 22 Aug 2017 01:58:33 -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: X-Seq: 22847 Received: (qmail 28648 invoked by uid 1010); 22 Aug 2017 01:58:32 -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.874034 secs); 22 Aug 2017 01:58:32 -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,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: Only shell that doesn't return "shell name". To: linuxtechguy@gmail.com, zsh-users@zsh.org References: From: Martijn Dekker Message-ID: <3a982d03-0144-b823-2037-c75519664d11@inlv.org> Date: Tue, 22 Aug 2017 03:30:08 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: nl Content-Transfer-Encoding: 7bit Op 21-08-17 om 10:13 schreef Jim: [...]> Q: Is this the way zsh should behave? Yes. See 'man zshparam' under "Parameters set by the shell", then "0". Also see 'man zshoptions' under FUNCTION_ARGZERO and POSIX_ARGZERO. - M.