From 8b59ee0979b72f27fb9a8e483abcaba49201e3c9 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 6 Jan 2000 15:35:44 +0000 Subject: zsh-workers/9252 --- Completion/User/_lp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Completion/User/_lp b/Completion/User/_lp index ec7050e63..7cd770f63 100644 --- a/Completion/User/_lp +++ b/Completion/User/_lp @@ -31,7 +31,7 @@ if (( ! $+_lp_cache )); then fi done < $file[1] fi - (( $#_lp_cache )) || _lp_cache( 'lp0:Guessed default printer' ) + (( $#_lp_cache )) || _lp_cache=( 'lp0:Guessed default printer' ) (( $#_lp_alias_cache )) || unset _lp_alias_cache fi -- cgit 1.4.1