From a46bb7f49d27960142697645ec5d975a872e987c Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 3 Jun 2008 09:30:56 +0000 Subject: 25131: typo with b:zstat loading zstat --- Completion/Unix/Command/_chown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_chown') diff --git a/Completion/Unix/Command/_chown b/Completion/Unix/Command/_chown index 9246db42c..b4539315d 100644 --- a/Completion/Unix/Command/_chown +++ b/Completion/Unix/Command/_chown @@ -50,7 +50,7 @@ case $state in files) (( $+opt_args[-h] || $+opt_args[--no-dereference] )) || deref="-" if (( $+opt_args[--reference] )); then - zmodload -F zsh/stat zstat 2>/dev/null + zmodload -F zsh/stat b:zstat 2>/dev/null usr=$(zstat +uid $opt_args[--reference]) grp=$(zstat +gid $opt_args[--reference]) _wanted files expl file _files -g "*($deref^u$usr,$deref^g$grp)" && ret=0 -- cgit 1.4.1