diff options
author | Clint Adams <clint@users.sourceforge.net> | 2003-02-26 18:11:56 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2003-02-26 18:11:56 +0000 |
commit | 417223a3cce7309af4c67ccd61944900a98cb8eb (patch) | |
tree | e2c6c51c4a4f315d66f195f9f2d911329f797afc /ChangeLog | |
parent | 48df213153610e302b94c866f869a5861e359349 (diff) | |
download | zsh-417223a3cce7309af4c67ccd61944900a98cb8eb.tar.gz zsh-417223a3cce7309af4c67ccd61944900a98cb8eb.tar.xz zsh-417223a3cce7309af4c67ccd61944900a98cb8eb.zip |
18303: fix some always-true test evaluations.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 822fc1b13..99f5b4c82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-02-26 Clint Adams <clint@zsh.org> + + * 18303: zshconfig.ac: fix some always-true test evaluations. + 2003-02-26 Oliver Kiddle <opk@zsh.org> * 18299: Completion/Base/Core/_main_complete, |