about summary refs log tree commit diff
path: root/Src/zsh.mdd
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 14:36:36 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 14:36:36 +0000
commit956ef612e2a797a3f0325cafb034b654b9e8922f (patch)
tree723d823c481356dad3a12f48aa62fee2362755a7 /Src/zsh.mdd
parent610a6eb841d997c633fd6ffb52faa006396a5ceb (diff)
downloadzsh-956ef612e2a797a3f0325cafb034b654b9e8922f.tar.gz
zsh-956ef612e2a797a3f0325cafb034b654b9e8922f.tar.xz
zsh-956ef612e2a797a3f0325cafb034b654b9e8922f.zip
cleanup after function move
Diffstat (limited to 'Src/zsh.mdd')
-rw-r--r--Src/zsh.mdd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/zsh.mdd b/Src/zsh.mdd
index 555b2afe1..e2b7b91b5 100644
--- a/Src/zsh.mdd
+++ b/Src/zsh.mdd
@@ -49,7 +49,7 @@ zshpaths.h: Makemod $(CONFIG_INCS)
 	    $(dir_top)/config.modules | sed -e '/^#/d' -e '/ link=no/d' \
 	    -e 's/^.* functions=//'`"; \
 	    fpath_tmp=`for f in $$fpath_tmp; do \
-	      echo $$f | sed -e 's%^Functions/%%' -e 's%/[^/]*$$%%'; \
+	      echo $$f | sed -e 's%^Functions/%%' -e 's%/[^/]*$$%%' -e 's%/\*%%'; \
 	    done | sort | uniq`; \
 	    fpath_tmp=`echo $$fpath_tmp | sed 's/ /\", \"/g'`; \
 	    echo "#define FPATH_SUBDIRS { \"$$fpath_tmp\" }" \