diff options
| author | Wayne Davison <wayned@users.sourceforge.net> | 2005-03-02 19:13:57 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@users.sourceforge.net> | 2005-03-02 19:13:57 +0000 |
| commit | 8694461d3844f8f11177444329c5deb3220098e7 (patch) | |
| tree | e7d67fd83d722af6a0f7a6c98e192381bc164a23 | |
| parent | Don't try to expand a single-character Makefile variable if (diff) | |
| download | zsh-8694461d3844f8f11177444329c5deb3220098e7.tar zsh-8694461d3844f8f11177444329c5deb3220098e7.tar.gz zsh-8694461d3844f8f11177444329c5deb3220098e7.tar.bz2 zsh-8694461d3844f8f11177444329c5deb3220098e7.tar.lz zsh-8694461d3844f8f11177444329c5deb3220098e7.tar.xz zsh-8694461d3844f8f11177444329c5deb3220098e7.tar.zst zsh-8694461d3844f8f11177444329c5deb3220098e7.zip | |
Fixed a possible infinite recursion in _make.
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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-02-21 Peter Stephenson <pws@csr.com> * 20837: Doc/Zsh/contrib.yo: typos. |
