mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-18 21:14:11 +01:00
users/7011: typo in mkbltnmlst.sh
This commit is contained in:
parent
4cddde6df5
commit
23c7ca4335
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user