diff options
Diffstat (limited to 'Completion/Linux')
-rw-r--r-- | Completion/Linux/Command/_opkg | 2 |
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 |