1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-01 00:12:08 +02:00

users/7011: typo in mkbltnmlst.sh

This commit is contained in:
Peter Stephenson 2004-01-19 22:21:27 +00:00
parent 4cddde6df5
commit 23c7ca4335
2 changed files with 7 additions and 1 deletions

@ -1,3 +1,9 @@
2004-01-19 Peter Stephenson <pws@csr.com>
* Vincent Stemen <zsh@hightek.org>: users/7011:
Src/mkbltnmlst.sh: add_automathfunc was misnamed in
shell script.
2004-01-16 Peter Stephenson <pws@csr.com>
* 19382: Functions/Misc/zmv: better error message if move failed

@ -54,7 +54,7 @@ for x_mod in $x_mods; do
echo " add_autoparam(\"$param\", \"$x_mod\");"
done
for mfunc in $automathfuncs; do
echo " add_automath(\"$mfunc\", \"$x_mod\");"
echo " add_automathfunc(\"$mfunc\", \"$x_mod\");"
done
echo " }"
for dep in $moddeps; do