From b769a2ec88cb4e262b94135bf001b07f8c1d0672 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 27 Sep 1999 14:24:58 +0000 Subject: zsh-workers/8067 --- Completion/User/_man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Completion/User/_man b/Completion/User/_man index ec2af00f0..5d07f61fa 100644 --- a/Completion/User/_man +++ b/Completion/User/_man @@ -15,7 +15,7 @@ if [[ -n $_comp_correct ]]; then fi if (( ! $#manpath )); then - local mp=$(manpath 2>/dev/null) + local mp=($(manpath 2>/dev/null)) [[ "$mp" == *:* ]] && mp=( ${(s.:.)mp} ) manpath=( $mp ) fi -- cgit 1.4.1