From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28462 invoked by alias); 28 Mar 2018 14:38:03 -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: 23285 Received: (qmail 27512 invoked by uid 1010); 28 Mar 2018 14:38:03 -0000 X-Qmail-Scanner-Diagnostics: from mta03.eastlink.ca 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(24.224.136.9):SA:0(-0.9/5.0):. Processed in 15.114297 secs); 28 Mar 2018 14:38:03 -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=-0.9 required=5.0 tests=BAYES_00,HDRS_LCASE, T_MANY_HDRS_LCASE,T_RP_MATCHES_RCVD,T_SPF_TEMPERROR autolearn=no autolearn_force=no version=3.4.1 X-Envelope-From: rayandrews@eastlink.ca X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed X-Authority-Analysis: v=2.3 cv=OKgJIxSB c=1 sm=1 tr=0 a=RnRVsdTsRxS/hkU0yKjOWA==:117 a=RnRVsdTsRxS/hkU0yKjOWA==:17 a=IkcTkHD0fZMA:10 a=r80DZzKhvD2aHnlj11QA:9 a=QEXdDO2ut3YA:10 X-EL-IP-NOAUTH: 24.207.101.9 To: Zsh Users From: Ray Andrews Subject: whence defect? Message-id: <09108f69-73cd-1070-9f57-2d275e62fe06@eastlink.ca> Date: Wed, 28 Mar 2018 06:06:06 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 Content-language: en-CA /bin $ path Current path: . /aWorking/Zsh/System /aWorking/Bin /usr/local/bin /usr/sbin /usr/bin /sbin /bin /bin $ whence -aS zsh ./zsh /usr/local/bin/zsh -> /aWorking/Bin/zsh5.3 /usr/bin/zsh -> /aWorking/Bin/zsh5.3 /bin/zsh -> /aWorking/Bin/zsh5.3 /bin $ Can that be right? I'd probably prefer that the duplicate find of /bin/zsh was detected (current directory and '/bin' explicitly) and removed or perhaps noted, but if it is to show up twice why would the 'dot' version not show that it's a link as the explicit entry does?