summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCharles Blake <charlechaud@gmail.com>2019-03-16 16:01:57 -0400
committerPeter Stephenson <p.stephenson@samsung.com>2019-03-19 14:09:50 +0000
commit084bf17c4bc28a2a651c69fdc9a5bdd6473c3b04 (patch)
treeea2a86ac93a5c3b1aa670d10bf89124a052b45dd /ChangeLog
parent73b29f079b50412700727e0f77991506c03d19fe (diff)
downloadzsh-084bf17c4bc28a2a651c69fdc9a5bdd6473c3b04.tar.gz
zsh-084bf17c4bc28a2a651c69fdc9a5bdd6473c3b04.tar.xz
zsh-084bf17c4bc28a2a651c69fdc9a5bdd6473c3b04.zip
44132: don't hash commands beginning with /
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2196db3de..d478b3307 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2019-03-19  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* Charles Blake: 44132: Src/exec.c, Doc/Zsh/builtins.yo: don't
+	hash commands beginning with a '/'.
+
 	* 44142: Src/hist.c: fix bug stripping spaces on line with only
 	comment.