From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13701 invoked from network); 16 Oct 2001 19:06:57 -0000 Received: from unknown (HELO sunsite.dk) (130.225.247.90) by ns1.primenet.com.au with SMTP; 16 Oct 2001 19:06:57 -0000 Received: (qmail 14169 invoked by alias); 16 Oct 2001 19:06:47 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 16070 Received: (qmail 14157 invoked from network); 16 Oct 2001 19:06:46 -0000 To: dervishd@jazzfree.com, schaefer@brasslantern.com, zsh-workers@sunsite.dk Subject: Re: How about MODDIR being configure'able? Message-Id: Date: Tue, 16 Oct 2001 20:35:15 +0200 From: Raúl Núñez de Arenas Coronado Reply-To: Raúl Núñez de Arenas Coronado Sender: Raúl Núñez de Arenas Coronado X-Mailer: DervishD TWiSTiNG Mailer Hello Bart :) >MODDIR is $(libdir)/zsh/$(VERSION). You can't change the zsh/$(VERSION) >part without breaking things Oh, what a pity :(( I've tried to change it thru the Makefile and it seems to compile OK, but I haven't tested yet. >} Moreover, there is a call to mktemp that should be replaced with >} a call to mkstemp in 'utils.c' for safety. >No, we've been over this before; there's even a comment in utils.c to >this effect: Please, accept my excuses then. I'm afraid I didn't read the code, just the linker output and I assumed (incorrectly) that 'mktemp()' was being used in an unsafe way. Next time I'll read the code before O:) >} BTW, is there any place where I can get the current development >} version of ZSH for testing? >It's available at http://sourceforge.net/projects/zsh/. Thanks a lot. I am seeing that the people at this list are all good people :)) I'm glad to be here :) Raúl