From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29221 invoked from network); 31 May 2007 15:48:38 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.0 (2007-05-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=no version=3.2.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 31 May 2007 15:48:38 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 86592 invoked from network); 31 May 2007 15:48:32 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 31 May 2007 15:48:32 -0000 Received: (qmail 19011 invoked by alias); 31 May 2007 15:48:30 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23502 Received: (qmail 19000 invoked from network); 31 May 2007 15:48:30 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 31 May 2007 15:48:30 -0000 Received: (qmail 86316 invoked from network); 31 May 2007 15:48:30 -0000 Received: from mx.freeshell.org (HELO sdf.lonestar.org) (192.94.73.18) by a.mx.sunsite.dk with SMTP; 31 May 2007 15:48:25 -0000 Received: from sdf.lonestar.org (pda@sverige.freeshell.org [192.94.73.4]) by sdf.lonestar.org (8.14.1/8.13.8) with ESMTP id l4VFm7S8012406; Thu, 31 May 2007 15:48:07 GMT Received: (from pda@localhost) by sdf.lonestar.org (8.14.1/8.12.8/Submit) id l4VFm6dw016126; Thu, 31 May 2007 15:48:07 GMT From: Paul Ackersviller Date: Thu, 31 May 2007 15:48:06 +0000 To: Andreas Pistoor Cc: zsh-workers@sunsite.dk Subject: Re: Another small bug in zsh-4_2-patches Message-ID: <20070531154806.GC19190@sverige> Mail-Followup-To: Andreas Pistoor , zsh-workers@sunsite.dk References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i On Tue, May 29, 2007 at 03:22:29PM +0200, Andreas Pistoor wrote: > since 16. May 2007 zsh/Config/installfns.sh uses $INSTALL_PROGRAM (Version > 1.10.2.1), but the command with its call in zsh/Makefile.in (Version 1.13, > lines 83ff) does not fill the environment with INSTALL_PROGRAM, only with > INSTALL_DATA and some other variables. Because of this, (some?) to be > installed programs do not get installed but called. I've fixed this now. The problem was that I had merged only some of the files for 20360/20365, but missed others.