1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 13:33:52 +01:00

Fix a possible infinite recursion in _make.

This commit is contained in:
Wayne Davison 2005-03-02 19:12:31 +00:00
parent dca8aa342a
commit 3321b48303

@ -1,3 +1,9 @@
2005-03-02 Wayne Davison <wayned@users.sourceforge.net>
* unposted: Completion/Unix/Command/_make: Don't try to expand
a single-character Makefile variable if it is a digit. Avoids
an infinite recursion from a Makefile referencing $1.
2005-03-02 Clint Adams <clint@zsh.org>
* 20909, 20911: Src/Modules/termcap.c: reverse row and col