diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-11-02 14:12:29 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-11-02 14:12:29 +0000 |
commit | 6dbf2f2f4a97e2831094a73c662484ce990e7e41 (patch) | |
tree | 2b7eb40ddd7e3518a2a962eb8accf5a1ef7d9616 /Completion/Darwin/Command | |
parent | 1b78e1a9121111ccb628262202c112c199ffc6d9 (diff) | |
download | zsh-6dbf2f2f4a97e2831094a73c662484ce990e7e41.tar.gz zsh-6dbf2f2f4a97e2831094a73c662484ce990e7e41.tar.xz zsh-6dbf2f2f4a97e2831094a73c662484ce990e7e41.zip |
25988: declare temporary cache array as local, thanks to problem noticed by Kazuhiro NISHIYAMA.
Diffstat (limited to 'Completion/Darwin/Command')
-rw-r--r-- | Completion/Darwin/Command/_fink | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Darwin/Command/_fink b/Completion/Darwin/Command/_fink index f0ff6834e..27ca3740c 100644 --- a/Completion/Darwin/Command/_fink +++ b/Completion/Darwin/Command/_fink @@ -55,6 +55,7 @@ _fink_get_packages(){ } _finkpkgs_caching_policy(){ + local -a oldp oldp=( "$1"(Nmw+1) ) (( $#oldp )) || [[ /sw/var/cache/apt/pkgcache.bin -nt "$1" ]] || |