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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user