On 2008-12-30 04:55:14 +0000, Clint Adams wrote: > Index: Completion/Debian/Type/_deb_packages > =================================================================== > RCS file: /cvsroot/zsh/zsh/Completion/Debian/Type/_deb_packages,v > retrieving revision 1.8 > diff -u -r1.8 _deb_packages > --- Completion/Debian/Type/_deb_packages 2 Nov 2008 14:12:29 -0000 > 1.8 > +++ Completion/Debian/Type/_deb_packages 30 Dec 2008 04:54:18 -0000 > @@ -6,9 +6,11 @@ > if ( [[ ${+_deb_packages_cache_avail} -eq 0 ]] || > _cache_invalid DEBS_avail ) && ! _retrieve_cache DEBS_avail; > then > - _deb_packages_cache_avail=( > + if _deb_packages_cache_avail=( > ${(f)"$(apt-cache --generate pkgnames 2>/dev/null)"} > - ) > + ); then > + unset _deb_packages_cache_avail > + fi > > _store_cache DEBS_avail _deb_packages_cache_avail > fi
This changes nothing. -- Vincent Lefèvre <vinc...@vinc17.org> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org