From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 613 invoked from network); 24 Jul 2005 05:17:16 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 24 Jul 2005 05:17:16 -0000 Received: (qmail 80050 invoked from network); 24 Jul 2005 05:17:10 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 24 Jul 2005 05:17:10 -0000 Received: (qmail 2561 invoked by alias); 24 Jul 2005 05:17:08 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21511 Received: (qmail 2546 invoked from network); 24 Jul 2005 05:17:07 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 24 Jul 2005 05:17:07 -0000 Received: (qmail 79726 invoked from network); 24 Jul 2005 05:17:07 -0000 Received: from vms044pub.verizon.net (206.46.252.44) by a.mx.sunsite.dk with SMTP; 24 Jul 2005 05:17:01 -0000 Received: from candle.brasslantern.com ([71.116.88.149]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IK4000AI9CBRZAC@vms044.mailsrvcs.net> for zsh-workers@sunsite.dk; Sun, 24 Jul 2005 00:17:00 -0500 (CDT) Received: from candle.brasslantern.com (IDENT:schaefer@localhost [127.0.0.1]) by candle.brasslantern.com (8.12.11/8.12.11) with ESMTP id j6O5GvHb020370 for ; Sat, 23 Jul 2005 22:16:57 -0700 Received: (from schaefer@localhost) by candle.brasslantern.com (8.12.11/8.12.11/Submit) id j6O5GuvL020369 for zsh-workers@sunsite.dk; Sat, 23 Jul 2005 22:16:56 -0700 Date: Sun, 24 Jul 2005 05:16:56 +0000 From: Bart Schaefer Subject: Re: PATCH: nitpick In-reply-to: <20050724031249.GA28042@scowler.net> To: zsh-workers@sunsite.dk Message-id: <1050724051656.ZM20368@candle.brasslantern.com> MIME-version: 1.0 X-Mailer: Z-Mail (5.0.0 30July97) Content-type: text/plain; charset=us-ascii References: <20050724031249.GA28042@scowler.net> Comments: In reply to Clint Adams "PATCH: nitpick" (Jul 23, 11:12pm) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_05 autolearn=ham version=3.0.4 On Jul 23, 11:12pm, Clint Adams wrote: } } I'm trying to figure out whether the Scripts directory should be created } by 'make install' or whether it should not be in $fpath. So I changed } this instead. Maybe it's just because I'm tired, but I don't understand what the functional difference is? Other than the xtrace output ... } - if test x$FUNCTIONS_SUBDIRS != x -a x$FUNCTIONS_SUBDIRS != xno } + if test x$FUNCTIONS_SUBDIRS != x && test x$FUNCTIONS_SUBDIRS != xno -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net