diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-07-05 07:25:45 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-07-05 07:25:45 +0000 |
commit | 23ff230c8e767875154fc804e699ad3a47d9752b (patch) | |
tree | acc92936ce721aac7ca9fc676f8165b994b287a3 /ChangeLog | |
parent | 7f2ee10ba77b1bd44270704f4b2de78f1819649a (diff) | |
download | zsh-23ff230c8e767875154fc804e699ad3a47d9752b.tar.gz zsh-23ff230c8e767875154fc804e699ad3a47d9752b.tar.xz zsh-23ff230c8e767875154fc804e699ad3a47d9752b.zip |
12167: Ignore failure of "for" loop in "make check".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0d3730cab..c55dddb38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-07-05 Bart Schaefer <schaefer@zsh.org> + + * 12167: Test/Makefile.in: Ignore failure exit from "for" loop + so that cleanup code following it will be executed. + 2000-07-04 Oliver Kiddle <opk@zsh.org> * 12165: Completion/User/_arp: new completion for arp |