From 951b94527924a5fa0c88c5facaa4c86682efbc8d Mon Sep 17 00:00:00 2001 From: dana Date: Sun, 24 Jun 2018 20:19:38 -0500 Subject: unposted: Fix mistyped variable name in _opkg --- Completion/Linux/Command/_opkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Linux') diff --git a/Completion/Linux/Command/_opkg b/Completion/Linux/Command/_opkg index 5feadc11a..d64567681 100644 --- a/Completion/Linux/Command/_opkg +++ b/Completion/Linux/Command/_opkg @@ -279,7 +279,7 @@ _opkg() { if zstyle -t ":completion:*:*:$service:*" cache-persists && - (( ! $+opkg_cache_pkg_all )) + (( ! $+_opkg_cache_pkg_all )) then typeset -gaU _opkg_cache_pkg_all typeset -gaU _opkg_cache_pkg_inst -- cgit 1.4.1