about summary refs log tree commit diff
path: root/Completion/Linux
diff options
context:
space:
mode:
authordana <dana@dana.is>2018-06-24 20:19:38 -0500
committerdana <dana@dana.is>2018-06-24 20:19:38 -0500
commit951b94527924a5fa0c88c5facaa4c86682efbc8d (patch)
tree608aa2cf59a2359034283135f31b6714df26ed4c /Completion/Linux
parentacfa8c113b75eec0c8565500173a5eb45a908c2f (diff)
downloadzsh-951b94527924a5fa0c88c5facaa4c86682efbc8d.tar.gz
zsh-951b94527924a5fa0c88c5facaa4c86682efbc8d.tar.xz
zsh-951b94527924a5fa0c88c5facaa4c86682efbc8d.zip
unposted: Fix mistyped variable name in _opkg
Diffstat (limited to 'Completion/Linux')
-rw-r--r--Completion/Linux/Command/_opkg2
1 files changed, 1 insertions, 1 deletions
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