about summary refs log tree commit diff
path: root/Src/mkmodindex.sh
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-02-14 10:22:46 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-02-14 10:22:46 +0000
commit464eef358ae4f3223a8ced6e97c15e95aad80814 (patch)
tree977a92efa8dd8d4a6b5e7e3cd85ccd8809f94d59 /Src/mkmodindex.sh
parent7d0767f1e268f5ef42f3c2c817d913cbc329f9e2 (diff)
downloadzsh-464eef358ae4f3223a8ced6e97c15e95aad80814.tar.gz
zsh-464eef358ae4f3223a8ced6e97c15e95aad80814.tar.xz
zsh-464eef358ae4f3223a8ced6e97c15e95aad80814.zip
zsh-workers/9709
Diffstat (limited to 'Src/mkmodindex.sh')
-rw-r--r--Src/mkmodindex.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/mkmodindex.sh b/Src/mkmodindex.sh
index 1f0b8e3bd..878c51d96 100644
--- a/Src/mkmodindex.sh
+++ b/Src/mkmodindex.sh
@@ -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