From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 799 invoked by alias); 11 Oct 2014 19:22: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: X-Seq: 19234 Received: (qmail 6067 invoked from network); 11 Oct 2014 19:21:51 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, T_MANY_HDRS_LCASE autolearn=ham version=3.3.2 X-Authority-Analysis: v=2.1 cv=AduIQRnG c=1 sm=1 tr=0 a=AfPcm9kgNaxddVNJzzs4yQ==:117 a=AfPcm9kgNaxddVNJzzs4yQ==:17 a=sicYhokT53YA:10 a=IkcTkHD0fZMA:10 a=iP_lmtdGXF76oDILiC0A:9 a=QEXdDO2ut3YA:10 Message-id: <54397CC0.9070206@eastlink.ca> Date: Sat, 11 Oct 2014 11:53:52 -0700 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.0 MIME-version: 1.0 To: zsh-users@zsh.org Subject: zsh 5.0.7 Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 7bit All, I installed the latest 5.0.7 and it seems to have made two copies of itself in /usr/local/bin: -rwxr-xr-x 2 693K 2014-10-11//11:07:41 zsh-5.0.7* -rwxr-xr-x 2 693K 2014-10-11//11:07:41 zsh* But even after a reboot: $ zsh --version zsh 5.0.6 (i586-pc-linux-gnu) This in spite of "VERSION=5.0.7" in the sources. Following the pointers: /usr/bin/zsh ends up being /bin/zsh5, which seems to be the '5.0.6' version. It sounds easy to fix, but I wonder what I did wrong.