about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-05-15 15:14:20 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-05-15 15:14:20 +0000
commitb08c6d6e3954a313fa2573a5e9cafcf9b0a97d37 (patch)
treede94dde0ca38c500ee422fcad60f7541407da995 /ChangeLog
parentdc9d78c65971e9c6c7faf4488f4da6efb73bded1 (diff)
downloadzsh-b08c6d6e3954a313fa2573a5e9cafcf9b0a97d37.tar.gz
zsh-b08c6d6e3954a313fa2573a5e9cafcf9b0a97d37.tar.xz
zsh-b08c6d6e3954a313fa2573a5e9cafcf9b0a97d37.zip
fix bug where /sbin/lsmod was redirected in instead of being run (14355)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ddbe6c859..fbe31f8b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-15  Oliver Kiddle  <opk@zsh.org>
+
+	* 14355: Completion/Unix/Command/_modutils: fix bug where /sbin/lsmod
+	was redirected in instead of being run
+
 2001-05-15  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 14350: Completion/Base/Completer/_expand, Src/Zle/zle_tricky.c: