From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18579 invoked from network); 17 Dec 1999 13:33:02 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 17 Dec 1999 13:33:02 -0000 Received: (qmail 4724 invoked by alias); 17 Dec 1999 13:32:57 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9102 Received: (qmail 4717 invoked from network); 17 Dec 1999 13:32:57 -0000 Subject: Re: mkbltnmlst.sh sources directories. In-Reply-To: from Tanaka Akira at "Dec 17, 1999 10:23:01 pm" To: Tanaka Akira Date: Fri, 17 Dec 1999 13:32:51 +0000 (GMT) CC: zsh-workers@sunsite.auc.dk X-Mailer: ELM [version 2.4ME+ PL65 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: From: Zefram Tanaka Akira wrote: >mkbltnmlst.sh sources directories as: > >make[1]: Entering directory `/home/akr/src/zsh/cvs/zsh/Src' >srcdir='.' MODBINS='modules-bltin' \ >XMODCF='./xmods.conf' /bin/sh ./mkbltnmlst.sh bltinmods.list >./mkbltnmlst.sh: .: ./../: is a directory This shouldn't be happening. >+ if [ -f $srcdir/../$modfile ]; then > . $srcdir/../$modfile Clearly, $modfile is empty here. That indicates that xmods.conf lists a module that doesn't exist (or at least isn't in the module index). Do you perhaps need to do a "make prep", having applied my module names patch? Your patch shouldn't be used, I think. $modfile being blank here is an error; if it is to be detected, then an error message should be generated. -zefram