1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 10:01:11 +02:00

zsh-workers/9709

This commit is contained in:
Tanaka Akira 2000-02-14 10:22:46 +00:00
parent 7d0767f1e2
commit 464eef358a

View file

@ -8,7 +8,7 @@
echo "# module index generated by mkmodindex.sh"
echo
omit_modules="`echo $OMIT_MODULES | sed 's/,/ /'`"
omit_modules="`echo $OMIT_MODULES | sed 's/,/ /g'`"
module_list=' '
while test $# -ne 0; do