Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: 3.1.6-pws-5: _zmodload
- X-seq: zsh-workers 7995
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: PATCH: 3.1.6-pws-5: _zmodload
- Date: Wed, 22 Sep 1999 10:48:13 +0200
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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 <pws@xxxxxxxxxxxxxxxxx> Tel: +39 050 844536
WWW: http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author