Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
_retrieve_cache
- X-seq: zsh-workers 20204
 
- From: Motoi Washida <a66@xxxxxxxxxxxxx>
 
- To: zsh-workers@xxxxxxxxxx
 
- Subject: _retrieve_cache
 
- Date: Tue, 27 Jul 2004 01:31:07 +0900
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
 
A small bug.
% grep -n '.-HOME' zsh/Completion/**/*(.)
zsh/Completion/Base/Utility/_retrieve_cache:11:  : 
${_cache_dir:=${ZDOTDIR:-HOME}/.zcompcache}
%
Maybe the word "HOME" should be "$HOME".
--
Motoi Washida
Messages sorted by:
Reverse Date,
Date,
Thread,
Author