From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8583 invoked from network); 22 Sep 1999 09:24:00 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 22 Sep 1999 09:24:00 -0000 Received: (qmail 16130 invoked by alias); 22 Sep 1999 09:23:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7995 Received: (qmail 16123 invoked from network); 22 Sep 1999 09:23:45 -0000 Message-Id: <9909220848.AA16913@ibmth.df.unipi.it> To: zsh-workers@sunsite.auc.dk (Zsh hackers list) Subject: PATCH: 3.1.6-pws-5: _zmodload Date: Wed, 22 Sep 1999 10:48:13 +0200 From: Peter Stephenson In configure.in, there are no systems which use dynamic libarary suffixes other than .so and .sl (for HPUX). Until there are, this will make zmodload more precise. --- Completion/Builtins/_zmodload~ Mon Aug 30 13:55:44 1999 +++ Completion/Builtins/_zmodload Wed Sep 22 10:45:46 1999 @@ -10,5 +10,5 @@ compadd "$expl[@]" - $(zmodload) else _description expl 'module file' - compadd "$expl[@]" - ${^module_path}/*(N:t:r) + compadd "$expl[@]" - ${^module_path}/*.s[ol](N:t:r) fi -- Peter Stephenson Tel: +39 050 844536 WWW: http://www.ifh.de/~pws/ Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy