summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2016-08-31 11:31:55 +0100
committerPeter Stephenson <pws@zsh.org>2016-08-31 11:31:55 +0100
commit8e329ccb0a1dd5f6dca437f93e107c2cc9c6f8f7 (patch)
treeab614be19f612888a9b7526989f81a00a6662849 /ChangeLog
parent8ce98c75f5330eecfa474e342146b8d057abcefc (diff)
downloadzsh-8e329ccb0a1dd5f6dca437f93e107c2cc9c6f8f7.tar.gz
zsh-8e329ccb0a1dd5f6dca437f93e107c2cc9c6f8f7.tar.xz
zsh-8e329ccb0a1dd5f6dca437f93e107c2cc9c6f8f7.zip
39141: Use zsh instead of sh in SHLVL test.
This removes ambiguous behaviour of sh which may or may not
increment SHLVL.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1ef1044c..5a3763950 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-08-31  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 39141: Test/D04parameter.ztst: use zsh in SHLVL test to remove
+	ambiguous behaviour of sh.
+
 	* Stephane: 39125: Src/exec.c, Test/D04parameter.ztst: More care
 	decrementing SHLVL on exec; not needed in subshells.