mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-18 03:11:15 +02:00
manual/9101
This commit is contained in:
parent
674a7b70f0
commit
71369f2360
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@ for x_mod in $x_mods; do
|
|||
eval "modfile=\$modfile_$q_x_mod"
|
||||
unset moddeps autobins autoinfixconds autoprefixconds autoparams
|
||||
unset automathfuncs
|
||||
if [ -f $srcdir/../$modfile ]; then
|
||||
. $srcdir/../$modfile
|
||||
for bin in $autobins; do
|
||||
echo " add_autobin(\"$bin\", \"$x_mod\");"
|
||||
|
@ -53,6 +54,7 @@ for x_mod in $x_mods; do
|
|||
for dep in $moddeps; do
|
||||
echo " add_dep(\"$x_mod\", \"$dep\");"
|
||||
done
|
||||
fi
|
||||
test "x$linked" = xno && echo "#endif"
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue