about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-09-25 12:10:52 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-09-25 12:10:52 +0000
commitad65621e60f637470d166657c6bc4a592533b199 (patch)
treed83da7739a213e1779aae93d8a77729a81401173
parentc2266c1f5fccb97bf650b02dbc683e82c167aba7 (diff)
downloadzsh-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--ChangeLog3
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: