about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Completion/Unix/Command/_fuser2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ec753da9..642579cc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-12-25  Clint Adams  <clint@zsh.org>
+
+	* 28548: Completion/Unix/Command/_fuser: match psmisc in any case.
+
 2010-12-21  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* users/15662: Src/params.c: fix array slice assignment with one
@@ -14031,5 +14035,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5166 $
+* $Revision: 1.5167 $
 *****************************************************
diff --git a/Completion/Unix/Command/_fuser b/Completion/Unix/Command/_fuser
index 6c291473f..96de499b8 100644
--- a/Completion/Unix/Command/_fuser
+++ b/Completion/Unix/Command/_fuser
@@ -3,7 +3,7 @@
 local -a args arg1
 typeset -A opt_args
 
-if _pick_variant -c $words[1] psmisc=psmisc unix -V; then
+if _pick_variant -c $words[1] psmisc='#(i)psmisc' unix -V; then
 
   (( $+functions[_fuser_services] )) ||
   _fuser_services() {