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/_chmod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_chmod') diff --git a/Completion/Unix/Command/_chmod b/Completion/Unix/Command/_chmod index 84013d591..6cb310d57 100644 --- a/Completion/Unix/Command/_chmod +++ b/Completion/Unix/Command/_chmod @@ -54,7 +54,7 @@ case "$state" in ;; files) if [[ -n $opt_args[--reference] ]]; then - zmodload -F zsh/stat zstat 2>/dev/null + zmodload -F zsh/stat b:zstat 2>/dev/null typeset -i8 ref=$(zstat +mode $opt_args[--reference]) _wanted files expl file _files -g "*(-.^f${ref#??})" && ret=0 elif [[ $words[2] = [0-7]## ]]; then -- cgit 1.4.1