diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-09-25 12:10:52 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-09-25 12:10:52 +0000 |
commit | ad65621e60f637470d166657c6bc4a592533b199 (patch) | |
tree | d83da7739a213e1779aae93d8a77729a81401173 | |
parent | c2266c1f5fccb97bf650b02dbc683e82c167aba7 (diff) | |
download | zsh-ad65621e60f637470d166657c6bc4a592533b199.tar.gz zsh-ad65621e60f637470d166657c6bc4a592533b199.tar.xz zsh-ad65621e60f637470d166657c6bc4a592533b199.zip |
job text building code couldn't handle empty sublists (as in `coproc || test') (15868)
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3e9ce1747..47181eb65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ * 15868: Src/text.c: job text building code couldn't handle empty sublists (as in `coproc || test') + * 15868: Src/text.c: job text building code couldn't handle + empty sublists (as in `coproc || test') + 2001-09-25 Clint Adams <clint@zsh.org> * 15866: Completion/Unix/Command/_ssh: |