about summary refs log tree commit diff
path: root/Config
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2000-12-04 12:02:28 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2000-12-04 12:02:28 +0000
commitcaa994e1e9e3ab73a0b9ee757a45c5896bf77864 (patch)
tree07305e6541feeb0c91e9957b559679f1fa51b61f /Config
parent683cf32360315429e710e6b637d3126ea471e7b1 (diff)
downloadzsh-caa994e1e9e3ab73a0b9ee757a45c5896bf77864.tar.gz
zsh-caa994e1e9e3ab73a0b9ee757a45c5896bf77864.tar.xz
zsh-caa994e1e9e3ab73a0b9ee757a45c5896bf77864.zip
installfns bits
Diffstat (limited to 'Config')
-rwxr-xr-xConfig/installfns.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config/installfns.sh b/Config/installfns.sh
index eb552b76d..54eb3feb4 100755
--- a/Config/installfns.sh
+++ b/Config/installfns.sh
@@ -4,7 +4,7 @@ fndir=$DESTDIR$fndir
 
 $sdir_top/mkinstalldirs $fndir || exit 1;
 
-allfuncs="`grep ' functions=' ${dir_top}/config.modules |
+allfuncs="`grep ' functions=.' ${dir_top}/config.modules |
   sed -e '/^#/d' -e '/ link=no/d' -e 's/^.* functions=//'`"
 
 allfuncs="`cd $sdir_top; echo ${allfuncs}`"