about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Kryl <jan.kryl@nexenta.com>2017-05-08 11:38:37 +0200
committerPeter Stephenson <pws@zsh.org>2017-05-08 18:03:05 +0100
commit51eff6168e40d760bdb715bc6fc5420d26449c4c (patch)
tree49f0261b1719d13574221bec8fd72e91dec81f6d /ChangeLog
parentaf1c82d646d2f1fa9cecbfcffd0159cc3cebe237 (diff)
downloadzsh-51eff6168e40d760bdb715bc6fc5420d26449c4c.tar.gz
zsh-51eff6168e40d760bdb715bc6fc5420d26449c4c.tar.xz
zsh-51eff6168e40d760bdb715bc6fc5420d26449c4c.zip
41095: Use 2>&- in completion to avoide restricted shell problem.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bc7f3d7bb..00e335f6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-05-08  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 41059: Completion/compinit: use 2>&- to avoid error in
+	restricted shell.
+
 	* 41073: Src/parse.c, Test/A04redirect.ztst: off-by-one error
 	checking for {varid} syntax.