about summary refs log tree commit diff
path: root/Src
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-02-13 16:34:19 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-02-13 16:34:19 +0000
commitc1467e410daf3953f081d588118f85175d0362aa (patch)
treec54b1bc882f7fd8cbe6eada0148da100dffdaea1 /Src
parentb9d8d6f20098f707b2dd4a62b5d288910082beb4 (diff)
downloadzsh-c1467e410daf3953f081d588118f85175d0362aa.tar.gz
zsh-c1467e410daf3953f081d588118f85175d0362aa.tar.xz
zsh-c1467e410daf3953f081d588118f85175d0362aa.zip
18238: bashcompinit was not being installed with --enable-function-subdirs
Diffstat (limited to 'Src')
-rw-r--r--Src/Zle/complete.mdd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/complete.mdd b/Src/Zle/complete.mdd
index eea9645dc..ea9d5f5f6 100644
--- a/Src/Zle/complete.mdd
+++ b/Src/Zle/complete.mdd
@@ -1,7 +1,7 @@
 name=zsh/complete
 link=either
 load=yes
-functions='Completion/comp* Completion/AIX/*/* Completion/BSD/*/* Completion/Base/*/* Completion/Debian/*/* Completion/Linux/*/* Completion/Mandrake/*/* Completion/Redhat/*/* Completion/Unix/*/* Completion/X/*/* Completion/Zsh/*/*'
+functions='Completion/*comp* Completion/AIX/*/* Completion/BSD/*/* Completion/Base/*/* Completion/Debian/*/* Completion/Linux/*/* Completion/Mandrake/*/* Completion/Redhat/*/* Completion/Unix/*/* Completion/X/*/* Completion/Zsh/*/*'
 
 moddeps="zsh/zle"