From 4908fb3158aa452b7c5244279a94868875d5afa5 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 28 Sep 1999 09:38:16 +0000 Subject: zsh-workers/8082 --- Completion/User/_man | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Completion/User/_man b/Completion/User/_man index 5d07f61fa..fd5702227 100644 --- a/Completion/User/_man +++ b/Completion/User/_man @@ -15,7 +15,8 @@ if [[ -n $_comp_correct ]]; then fi if (( ! $#manpath )); then - local mp=($(manpath 2>/dev/null)) + local mp + mp=($(manpath 2>/dev/null)) [[ "$mp" == *:* ]] && mp=( ${(s.:.)mp} ) manpath=( $mp ) fi -- cgit 1.4.1